-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
54 lines (52 loc) · 1.99 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bohdan157's site</title>
<meta charset="UTF-8" name="viewport" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<ul role="menu-bar">
<li role="menu-item" tabindex="0" aria-haspopup="true" >
Info
<ul role="menu">
<li role="menu-item"><a href="Abtme.html">About me</a></li>
<li role="menu-item"><a href="pets.html">My pets</a></li>
<li role="menu-item" class="divider"><a href="dvcs.html">My devices</a></li>
</ul>
</li>
<li role="menu-item" tabindex="0" aria-haspopup="true">
Links
<ul role="menu">
<li role="menu-item"><a href="https://t.me/bohdanr9q">Telegram</a></li>
<li role="menu-item"><a href="https://github.com/bohdan157">Github</a></li>
<li role="menu-item" class="divider"><a href="blog.html">Blog</a></li>
</ul>
</li>
<li role="menu-item" tabindex="0" aria-haspopup="true">
Friends
<ul role="menu">
<li role="menu-item"><a href="notfound.html">Flylarb</a></li>
<li role="menu-item"><a href="notfound.html">OST</a></li>
<li role="menu-item"><a href="notfound.html">kernel64</a></li>
<li role="menu-item"><a href="notfound.html">zhh4</a></li>
<li role="menu-item"><a href="notfound.html">Дмитро Роздолбаїв</a></li>
<li role="menu-item"><a href="notfound.html">Антон штукатурка</a></li>
<li role="menu-item"><a href="notfound.html">Melamit</a></li>
<li role="menu-item"><a href="notfound.html">Hackintosh user</a></li>
</ul>
</ul>
<div class="window scale-down" style="width:30rem;" align="center">
<div class="title-bar">
<button aria-label="Close" class="close"></button>
<h1 class="title">Main page</h1>
<button aria-label="Resize" disabled class="hidden"></button>
</div>
<div class="separator"></div>
<div class="modeless-dialog">
<h3>Hi, welcome to my website)</h3>
<h4>If you want to, you can check some info in top bar.</h4>
</div>
</div>
</body>
</html>