wes-website/index.html

15 lines
732 B
HTML
Raw Normal View History

2021-10-25 16:38:29 +02:00
<!DOCTYPE html>
<html>
<head>
<title>Welcome to my site!</title>
<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>
<h6 id="ghpage-credit">Hosted by <a href="https://github.com">GitHub</a></h6>
</body>
</html>