-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (56 loc) · 1.88 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!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">
<meta name="keywords" content="armorate, github, mainpage">
<meta name="description" content="The github page of armorate">
<link rel="icon" href="https://armorate.github.io/media/alpha32.png">
<link rel="stylesheet" href="test.css">
<title>armorate</title>
</head>
<body>
<header>
<a class="a_h1" href="https://github.com/armorate">armorate</a>
</header>
<main>
<div class="div00">
<p class="p00">
I do like the humor <a href="other/favMovies.html">talk</a> party and Lorem ipsum dolor sit
amet
consectetur adipisicing elit. Quisquam vel non
reprehenderit dolorem adpo id, delectus cumque debitis voluptates
deserunt officiis.
</p>
<p class="p01">
Lorem ipsum dolor sit amet, consectectotur adipisicing elit. Fuga
repudiandae sed, doloremque, saepe esse id amet cupiditate culpa quis
rem dolorum nostrum non aspernatur soluta. Sapiente, magni!
</p>
</div>
<div class="div01">
<!-- <ul> -->
<a href="https://armorate.github.io/newpage">
<p class="ul00">newpage</p>
</a>
<a href="https://armorate.github.io/xcal">
<p class="ul01">xcal</p>
</a></a>
<a href="https://github.com/armorate/projecteuler100">
<p class="ul01">projecteuler100</p>
</a>
<a href="mailto:[email protected]" target="_blank">
<p class="ul02">email me</p>
</a>
<a href="https://t.me/armorate" target="_blank">
<p class="ul03">telegram</p>
</a>
<!-- </ul> -->
</div>
</main>
<footer>
<a href="#" class="p02">back to TOP</a>
</footer>
</body>
</html>