Styleeees
This commit is contained in:
@@ -6,8 +6,9 @@
|
||||
</head>
|
||||
<body>
|
||||
<div class="center">
|
||||
<h2>Personal Information</h2>
|
||||
<form id="infoForm">
|
||||
<h2>Personal Information</h2>
|
||||
<hr>
|
||||
<div class="inputGroup">
|
||||
<p>Username:</p>
|
||||
<p id="usernameField">[username]</p>
|
||||
@@ -25,6 +26,7 @@
|
||||
<input type="date" id="dobField" placeholder="">
|
||||
</div>
|
||||
<button type="submit">Update Information</button>
|
||||
<a href="/home">Return Home</a>
|
||||
</form>
|
||||
|
||||
<div class="error">
|
||||
@@ -34,7 +36,6 @@
|
||||
<p>Information updated successfully</p>
|
||||
</div>
|
||||
|
||||
<a href="/home">Return Home</a>
|
||||
</div>
|
||||
|
||||
<script type="module" src="info.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user