20 lines
484 B
HTML
20 lines
484 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="de">
|
||
|
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
|
<title>Schreib auf das DFI</title>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
|
||
|
|
||
|
<form action="index.php" method="post">
|
||
|
<textarea style="width: 400px; height: 65px;" name="text" cols="21" rows="4"></textarea><br>
|
||
|
<button type="submit" name="action" value="0">Send</button>
|
||
|
</form>
|
||
|
<br><br>
|
||
|
%%status%%
|
||
|
</body>
|
||
|
</html>
|