Untitled

 avatar
unknown
plain_text
13 days ago
699 B
5
Indexable
<!DOCTYPE html>
<html lang="PL-pl">
<head>
	<meta charset="UTF-8">
	<title>Panel administratora</title>
	<link rel="stylesheet" type="text/css" href="styl4.css">
</head>
<body>
	<header>
		<h3>Portal Społecznościowy - panel administratora</h3>
	</header>
	<section id="lewy">
		<h4>Użytkownicy</h4>
		<!--skrypt1-->
		<a href="settings.html">Inne ustawienia</a>
	</section>
	<section id="prawy">
		<h4>Podaj id użytkownika</h4>
		<form action="user.php" method="POST">
			<input type="number" name="id">
			<button type="submit">ZOBACZ</button>
		</form>
		<hr>
		<!--skrypt2-->
	</section>
	<footer>
		<p>Stronę wykonał: 12345678910</p>
	</footer>
</body>
</html>
Editor is loading...
Leave a Comment