28 lines
1 KiB
HTML
28 lines
1 KiB
HTML
<!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"
|
|
/>
|
|
|
|
<link href="/global.css" rel="stylesheet" />
|
|
<link href="/about/about.css" rel="stylesheet" />
|
|
<link href="/header.css" rel="stylesheet" />
|
|
<script type="text/javascript" src="/loadin.js"></script>
|
|
<script type="text/javascript" src="/about/about.js"></script>
|
|
</head>
|
|
<body onload="loadDependencies()">
|
|
<header id="header"></header>
|
|
<article>I'm just a girl!</article>
|
|
<footer id="footer"></footer>
|
|
</body>
|
|
</html>
|