wes-website/index.html

40 lines
1.4 KiB
HTML

<!DOCTYPE html>
<html>
<head profile="http://www.w3.org/2005/10/profile">
<title>Wes Bryie's Site</title>
<!-- Made by Wes Bryie in 2021. Designed for wesbryie.cf -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="favicon.ico">
<meta charset=“UTF-8”>
<link rel="stylesheet" href="styles.css">
</head>
<script src="index.js"></script>
<body>
<nav class="navbar">
<div>
<ul>
<li><a href="#">Wes Bryie</a></li>
<li><a href="quicklinks/index.html">Quick Links</a></li>
</ul>
</div>
</nav>
<div class="container">
<div class="col" id="Why are you here lmao">
<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 class="col">
<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>
</div>
<div class="col">
<h1>My Software Showcase</h1>
<hr>
<p>I don't have much here right now but stay tuned &#x1F609;</p>
</div>
</div>
</body>
</html>