16 lines
319 B
HTML
16 lines
319 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Signup</title>
|
|
<meta charset="UTF-8">
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/water.css">
|
|
</head>
|
|
<body>
|
|
|
|
<h1>Signup</h1>
|
|
|
|
<p>Signup successful.
|
|
You can now <a href="login.php">log in</a>.</p>
|
|
|
|
</body>
|
|
</html> |