-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog.html
18 lines (18 loc) · 851 Bytes
/
blog.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html lang="en">
<head>
<link rel="stylesheet" href="src/AquaMain.css">
<meta name="viewport" content="width=device-width, initial-scale=1 "/>
<meta name="description" content="My personal website to display random things">
<meta charset="UTF-8">
<title>Darth-Ness' Website</title>
</head>
<body>
<div id="banner"></div>
<div class="center">
<h2> The subpage of my site where I write my blog posts.<br>I write about my interest's on the frontpage.</h2>
<h2><a class="purple" href="blogPages/blog2.html">Addons I use</a></h2>
<h2><a class="purple" href="blogPages/post1.html">Objections Drawn from Language Learning Applications: and What You Should Do Instead</a></h2>
</div>
<script src="src/app.js"></script>
</body>
</html>