-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·45 lines (39 loc) · 1.63 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
<!doctype html>
<html lang="de">
<head>
<title>Loopy Linux - Spielend einfach Linux lernen</title>
<meta Copyright="2021" />
<meta charset="utf-8" />
<meta name="description" content="LoopyLinux - Spielend einfach Linux lernen" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link href='https://fonts.googleapis.com/css?family=Noto+Sans:400,700,400italic|Volkhov:400,400italic,700'
rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" type="image/x-icon"
href="https://raw.githubusercontent.com/LoopyLinux/LoopyLinux-Resources/master/Logo/Loopy-Linux-logo.png">
</head>
<body>
<div class="container">
<!-- HEADER -->
<header>
<img src="https://raw.githubusercontent.com/LoopyLinux/LoopyLinux-Resources/master/Logo/Loopy-Linux-logo.png"
class="logo" />
<div class="title">
<h6>Loopy Linux</h6>
<h1>Spielend einfach Linux lernen</h1>
<h1 class="llpink">😢 DISCONTINUED 😞</h1>
<p class="social">
<a href="https://www.youtube.com/channel/UCdJcDGN54T10P7j9IqSJePg" target="_blank" class="llhover">
<i class="fa fa-youtube-square llhover"></i>
</a>
<a href="https://twitter.com/loopylinux" target="_blank" class="llhover">
<i class="fa fa-twitter-square llhover"></i>
</a>
</p>
</div>
</header>
</div>
</body>
</html>