add html tag thingy

This commit is contained in:
Nyx 2025-03-23 01:24:53 -05:00
parent c7f41c7fa5
commit 789a4ddbff

View file

@ -1,5 +1,6 @@
<!DOCTYPE html>
<head>
<html lang="en">
<head>
<title>Utilities</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="assets/style.css" rel="stylesheet" type="text/css">
@ -33,3 +34,4 @@
<a href="about">about</a>
</footer>
</body>
</html>