2021-10-25 16:38:29 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2021-10-31 18:46:33 +01:00
|
|
|
<title>Wes Bryie's Site.</title>
|
|
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
|
2021-10-25 16:38:29 +02:00
|
|
|
<link rel="stylesheet" href="styles.css">
|
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
|
|
<link href="https://fonts.googleapis.com/css2?family=Zen+Kurenaido&display=swap" rel="stylesheet">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1 id="title">Welcome to my personal website! This won't host much for now but expect way more in the future!</h1>
|
|
|
|
<h6 id="font-credit"><a href="https://fonts.google.com/specimen/Zen+Kurenaido">Font</a></h6>
|
2021-10-31 18:38:59 +01:00
|
|
|
<h6 id="ghpage-credit">Hosted by <a href="https://github.com">GitHub</a> and <a href="https://vercel.com">Vercel</a> </h6>
|
2021-10-25 16:38:29 +02:00
|
|
|
</body>
|
2021-10-31 18:38:59 +01:00
|
|
|
</html>
|