-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
72 lines (72 loc) · 2.47 KB
/
index.html
File metadata and controls
72 lines (72 loc) · 2.47 KB
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
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/style.css">
<title>TECHNIKVERBOT</title>
</head>
<body>
<ul>
<li><a href="javascript:void(0)">Startseite</a></li>
<li class="dropdown">
<a href="javascript:void(0)" class="dropbtn">Plattformen</a>
<div class="dropdown-content">
<a href="https://github.com/TECHNIKVERBOT">Github</a>
<a href="https://www.youtube.com/channel/UCyVg8wYqVmndM0ehnV-ZSoA">YouTube</a>
<a href="https://twitter.com/TECHNIKVERBOT">Twitter</a>
</div>
</li>
<li class="dropdown">
<a href="javascript:void(0)" class="dropbtn">Beiträge</a>
<div class="dropdown-content">
<a href="html/8570W.html">8570W Hackintosh-Geschichte</a>
</div>
</li>
<li class="dropdown">
<a href="" class="dropbtn">Kontakt</a>
</div>
</li>
</ul>
<div class="header"><h1><center>Willkommen auf meiner GitHub-Page!</center></h1></div>
<p>Die Webseite befindet sich noch im Entwicklungsstadium. Erwartet von daher keine großartigen Neuerungen.</p>
<h2><u>Meine Geräte</u>:</h2>
<h3><u>Laptop</u>:</h3>
<b><u>Lenovo ThinkPad X230</u></b>
<br>
<a>Core i5-3320M</a>
<br>
<a>16 GB DDR3L-1600</a>
<br>
<a>Display: 1366x768, IPS</a>
<br>
<a>Samsung 850 EVO (240 GB)</a>
<br>
<a>Windows 10 Pro</p>
<h3><u>Desktop</u>:</h3>
<b><u>Dell Optiplex 7040</u></b>
<br>
<a>Core i5-6400</a>
<br>
<a>32 GB DDR4-3200</a>
<br>
<a>Samsung 860 EVO (500 GB)</a>
<br>
<a>Windows 11 Pro</p>
<h3><u>Smartphones</u>:</h3>
<a>iPhone 13 (256 GB)</a>
<br>
<a>iPhone 6S (64 GB)</a>
<br>
<a>Lumia 630 Dual SIM</a>
<br>
<a>Lumia 635 1 GB</a>
<br>
<a>Galaxy S8</a>
<h2><u>Empfehlungen</u>:</h2>
<a href="https://github.com/SkyrilHD" style="color: #ffffff">SkyrilHD (GitHub)</a>
<br>
<a href="https://github.com/metl-play" style="color: #ffffff">metl_play (GitHub)</a>
<br>
<a href="https://github.com/DerKillar" style="color: #ffffff">DerKillar (GitHub)</a>
</body>
</html>