-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (34 loc) · 1.21 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../stayles/main.css" />
<title>Kris Bacaling</title>
</head>
<body>
<header>
<div class="headbox">
<h1 class="IndexH1"> Kia ora Taiao! (Hello World!)</h1>
<p class="IndexP"> This is the beginning of my website home page. </p>
</div>
</header>
<div id="Content">
<div class="DivRow">
<h2>This is were my links will be</h2>
<ul>
<li>This is a link to <a href="../blog/reflections.html">Reflections</a></li>
<li>This is a link to <a href="../blog/blogpost.html">Blog post</a></li>
<li>This is a link to About me</a></li>
</ul>
</div>
<div class="DivRow">
<p class="blogPost">Hi all this is my Blog where I will be posting my work from Dev-Acamdy each week with what i have stduy hope you all enjoy my work.</p>
</div>
</div>
<div class="footerIndex">
<p class="DisclamerTextsIndexs">the photo use here belongs to <a href="https://wallpaperaccess.com/wellington">wallpaperaccess.com</a></p>
</div>
</body>
</html>