Personal-Webpage/index.html
2025-12-08 13:57:57 +01:00

36 lines
1.3 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>April Eaton</title>
<meta
name="description"
content="A personal webpage for hosting links and general useful items"
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Place favicon.ico in the root directory -->
<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=Radio+Canada:ital,wght@0,300..700;1,300..700&display=swap"
rel="stylesheet"
/>
<link href="/global.css" rel="stylesheet" />
<link href="/index.css" rel="stylesheet" />
<link href="/header.css" rel="stylesheet" />
<script type="text/javascript" src="/loadin.js"></script>
<script type="text/javascript" src="/index.js"></script>
</head>
<body onload="loadDependencies()">
<header id="header"></header>
<article>
<div id="intro-heading" class="centered">
<h1>Welcome to my homepage!</h1>
Go to the <a href="/about">about section</a> for a short biography and
the <a href="/links">links section</a> for a small linktree.
</div>
</article>
<footer id="footer"></footer>
</body>
</html>