personal-site/index.html

24 lines
545 B
HTML

<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdn.tailwindcss.com"></script>
<link href="styles.css" rel="stylesheet">
</head>
<body>
<div id="header">
<h1 class="text-5xl font-bold text-center nunito mt-2.5">
Wes Bryie's Website
</h1>
</div>
<div id="middle">
</div>
<div id="footer" class="text-lg nunito inset-x-0 bottom-0 h-16 ">
<div class="ml-3">
<p>Made by Wes Bryie. 2022</p>
</div>
</div>
</body>
</html>