Personal-Webpage/about/index.html

29 lines
1 KiB
HTML
Raw Normal View History

2025-12-08 13:48:14 +01:00
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<title>About Me</title>
<meta name="description" content="A brief biography" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<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"
/>
2025-12-08 13:48:14 +01:00
<link href="/global.css" rel="stylesheet" />
<link href="/about/about.css" rel="stylesheet" />
2025-12-08 13:48:14 +01:00
<link href="/header.css" rel="stylesheet" />
<script type="text/javascript" src="/loadin.js"></script>
<script type="text/javascript" src="/about/about.js"></script>
2025-12-08 13:48:14 +01:00
</head>
<body onload="loadDependencies()">
<header id="header"></header>
<article>I'm just a girl!</article>
<footer id="footer"></footer>
2025-12-08 13:48:14 +01:00
</body>
</html>