Update templates/register.html
Browse files- templates/register.html +4 -3
templates/register.html
CHANGED
@@ -9,12 +9,13 @@
|
|
9 |
</head>
|
10 |
|
11 |
<body>
|
12 |
-
<div class="main-content">
|
13 |
-
|
14 |
<footer>
|
15 |
<!-- Footer content -->
|
16 |
<p>Copyright © Your Website</p>
|
17 |
</footer>
|
|
|
|
|
|
|
18 |
<h1>Register</h1>
|
19 |
<form action="/register" method="post" id="registration-form">
|
20 |
<label for="username">Username:</label>
|
@@ -81,7 +82,7 @@
|
|
81 |
});
|
82 |
</script>
|
83 |
</form>
|
84 |
-
|
85 |
|
86 |
|
87 |
</div>
|
|
|
9 |
</head>
|
10 |
|
11 |
<body>
|
|
|
|
|
12 |
<footer>
|
13 |
<!-- Footer content -->
|
14 |
<p>Copyright © Your Website</p>
|
15 |
</footer>
|
16 |
+
<div class="main-content">
|
17 |
+
|
18 |
+
|
19 |
<h1>Register</h1>
|
20 |
<form action="/register" method="post" id="registration-form">
|
21 |
<label for="username">Username:</label>
|
|
|
82 |
});
|
83 |
</script>
|
84 |
</form>
|
85 |
+
|
86 |
|
87 |
|
88 |
</div>
|