-
Notifications
You must be signed in to change notification settings - Fork 0
/
dvcs.html
63 lines (61 loc) · 2.6 KB
/
dvcs.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
60
61
62
63
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bohdan157's site - devices</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="index.html">Homepage</a></li>
<li role="menu-item"><a href="Abtme.html">About me</a></li>
<li role="menu-item" class="divider"><a href="pets.html">My pets</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">My main devices</h1>
<button aria-label="Resize" disabled class="hidden"></button>
</div>
<div class="separator"></div>
<div class="modeless-dialog">
<h3 align="left">Samsung Galaxy S21 FE 5G (r9q)</h3>
<h4 align="left">Main OS: Android 14, One UI 6.1.1, HamsterOS</h4>
<h4 align="left">Second OS (DSU): Android 16, Baklava, MysticGSI</h4>
<h3 align="left">Samsung Galaxy A30s (a30s)</h3>
<h4 align="left">OS: Android 10, One UI 2.0, HamsterOS</h4>
<h3 align="left">Google Pixel 3a XL (bonito)</h3>
<h4 align="left">OS: Android 14, Evolution X, suggest what to install</h4>
<h3 align="left">Galaxy Tab S6 Lite Wifi (gta4xlswifi)</h3>
<h4 align="left">OS: Android 14, One UI 6.1, stock</h4>
<h3 align="left">Gateway GGNC51518-bk</h3>
<h4 align="left">OS: Windows 11 Pro, specs: i5 11400H, RTX 3050, 16gb ram, 500gb ssd</h4>
</div>
</div>
</body>
</html>