wes-website/quicklinks/index.html

25 lines
882 B
HTML
Raw Normal View History

2021-11-05 01:38:38 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Made by Wes Bryie in 2021. Designed for wesbryie.cf -->
2021-11-10 01:29:01 +01:00
<link rel="stylesheet" href="../styles.css">
2021-11-05 01:38:38 +01:00
<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>
2021-11-10 01:28:28 +01:00
<nav class="navbar">
<div>
<ul>
<li><a href="../index.html">Wes Bryie</a></li>
<li><a href="#">Quick Links</a></li>
</ul>
</div>
</nav>
2021-11-10 01:31:52 +01:00
<h1>Would you like some quick with your links?</h1>
<h3>Contact me <a href="mailto:wesleybryie@protonmail.com">here.</a></h3>
2021-11-10 01:34:42 +01:00
<hr>
2021-11-10 01:35:31 +01:00
<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>
2021-11-05 01:38:38 +01:00
</body>
</html>