personal-site/index.html

13 lines
290 B
HTML
Raw Normal View History

2022-02-14 15:48:45 +01:00
<!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>
</head>
<body>
2022-02-14 16:24:29 +01:00
<h1 class="text-5xl font-bold text-center">
2022-02-14 16:02:47 +01:00
Wes Bryie's Website
2022-02-14 15:48:45 +01:00
</h1>
</body>
</html>