-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (44 loc) · 2.61 KB
/
Copy pathindex.html
File metadata and controls
51 lines (44 loc) · 2.61 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sarkasaa.de</title>
<meta name="author" content="Sarkasaa">
<meta name="description" content="Sarkasaa's internet place">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto">
<link rel="stylesheet" href="style.css">
<link rel="icon" href="favicon.ico">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/clipboard@2/dist/clipboard.min.js"></script>
</head>
<body>
<div class="namebox rounded-bottom">
<a class="lead" href="/index.html">Sarkasaa.de</a>
</div>
<div class="main">
<div class="jumbotron">
<h1 class="display-4" id="greeting"></h1>
<p class="lead" id="tagline"></p>
</div>
<div class="box rounded" id="social">
<a class="btn btn-outline-dark social-btn" href="https://twitter.com/Sarkasaa" target="_blank"><img class="social-img"
src="https://upload.wikimedia.org/wikipedia/de/9/9f/Twitter_bird_logo_2012.svg">Twitter</a>
<button class="btn btn-outline-dark social-btn" id="dbtn" data-clipboard-text="Sarkasaa#0204"><img class="social-img"
src="https://discordapp.com/assets/2c21aeda16de354ba5334551a883b481.png">Sarkasaa#0204</button>
<a class="btn btn-outline-dark social-btn" href="https://steamcommunity.com/id/sarkasaa" target="_blank">Steam<img
class="social-img" src="https://steamstore-a.akamaihd.net/public/shared/images/responsive/share_steam_logo.png"></a>
<a class="btn btn-outline-dark social-btn" href="https://smile.amazon.de/registry/wishlist/3LF4AW0VMNU1V"
target="_blank">Wishlist<img class="social-img" src="https://smile.amazon.de/favicon.ico"></a>
<a class="btn btn-outline-dark social-btn" href="https://www.github.com/Sarkasaa" target="-blank">GitHub<img
class="social-img" src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png"></a>
</div>
</div>
<div class="footer rounded-top">
<a href="/impressum.html">Impressum</a>
</div>
<script src="main.js"></script>
</body>