-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (38 loc) · 1.43 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
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style1.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>KLO WebSite</title>
</head>
<body>
<header>
<p class="text" id="logo">KLOSite</p>
<p class="text">nothing in here for now</p>
</header>
<main>
<section>
<h1 class="maintext">Welcome to my website!</h1>
<p class="maintext">I made this website to many purposes like:</p>
<ul>
<li>tutorials</li>
<li>and idk</li>
</ul>
<p>yeah... that's it</p>
</section>
<section style="align-items: flex-start; flex-direction: column;">
<h1 class="maintext">Pages:</h1>
<h3 class="maintext">About me:</h3>
<p class="maintext">Email: <a href="#" class="maintext">[email protected]</a></p>
<p class="maintext">I'm learning SQL</p>
<h3 class="maintext">How to</h3>
<a href="p0001.html" class="maintext">How to acess your files in chromeOS flex by the terminal</a>
<h3 class="maintext">Random Stuff</h3>
<a href="p0002.html" class="maintext">8 weird programming languages</a>
<h3 class="maintext">What is</h3>
<a href="p0003.html" class="maintext">What is SQL?</a>
</section>
</main>
</body>
</html>