wes-website/quicklinks/index.html

25 lines
882 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<!-- Made by Wes Bryie in 2021. Designed for wesbryie.cf -->
<link rel="stylesheet" href="../styles.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="favicon.ico">
<meta charset=“UTF-8”>
<title>My Quick Links</title>
</head>
<body>
<nav class="navbar">
<div>
<ul>
<li><a href="../index.html">Wes Bryie</a></li>
<li><a href="#">Quick Links</a></li>
</ul>
</div>
</nav>
<h1>Would you like some quick with your links?</h1>
<h3>Contact me <a href="mailto:wesleybryie@protonmail.com">here.</a></h3>
<hr>
<p><a href="https://www.google.com/">Google</a>, if you don't know what this site does you need to disconnect and go to the nursing home.</p>
</body>
</html>