You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
909 B
35 lines
909 B
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta
|
|
name="description"
|
|
content="Raymon answering common questions">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Raymon Zutekouw</title>
|
|
|
|
<link defer
|
|
rel="stylesheet"
|
|
href="https://cdn.statically.io/gh/dragonprojects/dragondesign/master/main.min.css"
|
|
media="all"
|
|
>
|
|
<link defer rel="stylesheet" href="/css/general.css" media="all">
|
|
|
|
</head>
|
|
<body>
|
|
<div id="app">
|
|
<nav>
|
|
<a href="/">Home</a>|
|
|
<a href="/posts">Posts</a>|
|
|
<a href="/qa">QA</a>
|
|
</nav>
|
|
<div>
|
|
<h4 class="question">What is this site about?</h4>
|
|
<h4>This site is about me and the stuff I make</h4>
|
|
|
|
<h4 class="question">Why is it still so empty?</h4>
|
|
<h4>Because I am framework hopping and now ditching frameworks all together</h4>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|