Skeletoning
This commit is contained in:
parent
8262888a93
commit
f7c238ec38
23 changed files with 580 additions and 0 deletions
36
index.html
Normal file
36
index.html
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
<!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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue