Styleeees

This commit is contained in:
RochesterX
2025-11-29 19:02:01 -05:00
parent ab95ba82ac
commit 29508ae9f8
7 changed files with 204 additions and 84 deletions

View File

@@ -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>