wes-website/index.html

41 lines
1.4 KiB
HTML
Raw Normal View History

2021-10-25 16:38:29 +02:00
<!DOCTYPE html>
2021-11-11 19:54:59 +01:00
<html prefix="og: https://ogp.me/ns#">
2021-11-01 03:06:49 +01:00
<head profile="http://www.w3.org/2005/10/profile">
2021-11-01 02:58:09 +01:00
<title>Wes Bryie's Site</title>
2021-11-01 00:55:08 +01:00
<!-- Made by Wes Bryie in 2021. Designed for wesbryie.cf -->
2021-11-11 19:54:59 +01:00
<meta property="og:title" content="Wes Bryie's Site" />
2021-10-31 19:24:03 +01:00
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="favicon.ico">
2021-11-01 02:13:04 +01:00
<meta charset=“UTF-8”>
<link rel="stylesheet" href="styles.css">
2021-10-25 16:38:29 +02:00
</head>
2021-11-09 17:35:59 +01:00
<script src="index.js"></script>
<body>
<nav class="navbar">
2021-11-09 20:10:21 +01:00
<div>
<ul>
<li><a href="#">Wes Bryie</a></li>
<li><a href="quicklinks/index.html">Quick Links</a></li>
</ul>
2021-10-31 19:24:03 +01:00
</div>
</nav>
2021-11-01 02:06:38 +01:00
<div class="container">
<div id="Why_are_you_here_lmao">
2021-11-01 02:06:38 +01:00
<h1>Welcome!</h1>
<hr>
<p>You were probably sent here by my github or someone you know. This usually holds my software that I've developed!</p>
</div>
<div>
2021-11-01 02:06:38 +01:00
<h1>About Me</h1>
<hr>
<p>Hi! My name is Wes, and I am a teenager who is interesting in technology, and software/web development!</p>
2021-11-01 01:01:16 +01:00
</div>
<div>
2021-11-01 02:13:04 +01:00
<h1>My Software Showcase</h1>
<hr>
2021-11-10 01:22:38 +01:00
<p>I don't have much here right now but stay tuned!</p>
2021-11-01 02:13:04 +01:00
</div>
2021-11-01 01:18:25 +01:00
</div>
2021-10-25 16:38:29 +02:00
</body>
2021-10-31 18:38:59 +01:00
</html>