23 linhas
327 B
PHP
23 linhas
327 B
PHP
|
|
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title> Cadastro de Assunto </title>
|
|
</head>
|
|
<body>
|
|
|
|
<form method="POST" action="cadastrandoAssunto.php">
|
|
|
|
Assunto:<br>
|
|
<textarea name="assunto" rows="5" cols="40"></textarea><br>
|
|
|
|
<input type="submit" value="Cadastrar Assunto" name="cadastrar_atividade">
|
|
|
|
</form>
|
|
|
|
|
|
</body>
|
|
</html>
|