-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
109 lines (94 loc) · 3.87 KB
/
index.html
File metadata and controls
109 lines (94 loc) · 3.87 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="favicon.png">
<meta name="keywords" content="fallguys htpc sonarr radarr jellyfin tribalwars sangu sangupackage twtactics">
<meta name="description" content="">
<title>Sangu</title>
<link rel="stylesheet" href="./assets/index.css" media="screen">
<link rel="stylesheet" href="./assets/tribalwars/tribalwars.css" media="screen">
<meta property="og:type" content="website" />
<meta property="og:image" itemprop="image" content="https://sangu.be/assets/logo.png">
<meta property="og:site_name" content="sangu.be">
<meta property="og:title" content="Exsanguination">
<meta property="og:description" content="">
<meta property="og:url" content="https://sangu.be">
<meta property="og:image:width" content="500">
<meta property="og:image:height" content="500">
<meta property="og:image:type" content="image/png">
<!-- <script>document.write('<script src="http://' + (location.host || 'localhost').split(':')[0] + ':35729/livereload.js?snipver=1"></' + 'script>')</script> -->
</head>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-30075487-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-30075487-3');
</script>
<body>
<div class="container">
<div class="box tribalwars">
<div id="tribalwars">
<div class="news box-border gold">
<div class="top-left"></div>
<div class="top-right"></div>
<div class="middle-top"></div>
<div class="middle-bottom"></div>
<div class="middle-left"></div>
<div class="middle-right"></div>
<div class="bottom-left"></div>
<div class="bottom-right"></div>
<div class="inner seperated">
<h4>Tribal Wars</h4>
<p>
Sangu - probably the best tribe on NL10 if not of all NL worlds.
Explore and download the free tooling created by Sangu members.
</p>
<a href="https://tribalwars.sangu.be" class="read-more">
read more
</a>
</div>
</div>
</div>
</div>
<div class="box fallguys">
<div class="card">
<div class="card-body">
<h4 class="card-title">Fall Guys</h4>
<p class="card-text">
Tips & Tricks for all Fall Guys levels to help you rake in those elusive crowns!
</p>
<a href="https://sangu.be/fallguys" class="read-more">
read more
</a>
</div>
</div>
</div>
<div class="box htpc">
<h4>HTPC</h4>
<p>
A one step Home Theater PC (HTPC) setup with Docker.
<br /><br /><br />
</p>
<a href="https://sangu.be/htpc" class="read-more">
read more
</a>
</div>
<div class="box cocktails">
<h4>Sanguine Spirits</h4>
<p>
Dark, elegant cocktail recipes — pure indulgence, zero nonsense.
<br /><br /><br />
</p>
<a href="https://sangu.be/Sanguine-Spirits" class="sanguine-btn">
read more
</a>
</div>
</div>
<footer>
@ Exsanguination 2015 - 2025
</footer>
</body>
</html>