40 lines
1.1 KiB
HTML
40 lines
1.1 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<script
|
|
defer
|
|
src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"
|
|
></script>
|
|
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>AF</title>
|
|
<link rel="icon" type="img/x-icon" href="img/favicon.ico" />
|
|
<link rel="stylesheet" href="css/styles.css" />
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<h1> Welcome </h1>
|
|
|
|
<h2> whoami?</h2>
|
|
<p>Hi im Adam</p>
|
|
|
|
<h2> cv </h2>
|
|
<a href="./cv/index.html">CV</a>
|
|
|
|
<!--<h2> </h2>
|
|
<p>
|
|
Sometimes there's this fire that sends shivers down my back.
|
|
It'll come when I'm lis
|
|
</p>
|
|
-->
|
|
|
|
<h2>Shrines</h1>
|
|
<a href="shrines/evangelion.html">Evangelion</a>
|
|
<a href="shrines/skipskipbenben.html">Skip skip ben ben</a>
|
|
<a href="shrines/gto.html">GTO</a>
|
|
|
|
</div>
|
|
</body>
|
|
</html>
|