This repository has been archived by the owner on Jan 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
imprint.html
92 lines (81 loc) · 4.13 KB
/
imprint.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
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
<!doctype html>
<html lang="de">
<head>
<meta charset="utf-8">
<title>Hytora Software</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="theme-color" content="#1e7eeb">
<meta property="og:title" content="HytoraCloud" />
<meta property="og:description" content="The home of yet another open-source minecraft server-management system (CloudSystem): HytoraCloud." />
<meta property="og:url" content="https://hytora.cloud/" />
<meta property="og:image" content="https://hytora.cloud/img/logo-s.png" />
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<script src="https://kit.fontawesome.com/f9ad965ec5.js" crossorigin="anonymous"></script>
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
</style>
</head>
<body>
<main>
<div class="container py-4">
<nav class="navbar navbar-expand-lg navbar-dark bg-dark rounded-2" style="margin-bottom: 25px;">
<div class="container-fluid">
<img height="22px" src="img/logo-s.png" style="margin-left: 10px; margin-right: 15px;" width="40px;">
<span class="fs-5 navbar-brand" style="margin-right: 10px;">Hytora</span>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a aria-current="page" class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item dropdown">
<a aria-expanded="false" class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#"
id="navbarDropdownMenuLink" role="button">
Software
</a>
<ul aria-labelledby="navbarDropdownMenuLink" class="dropdown-menu">
<li><a class="dropdown-item" href="#">Cloud</a></li>
<li><a class="dropdown-item disabled" href="#">Dash</a></li>
</ul>
</li>
<li class="nav-item">
<a aria-current="page" class="nav-link" href="https://wiki.hytora.cloud">Wiki</a>
</li>
<li class="nav-item">
<a class="nav-link" href="technology.html">Technology</a>
</li>
</ul>
</div>
<form class="d-flex">
<a class="link-info"><i class="fab fa-twitter" style="margin-right: 10px;"></i></a>
<a href="https://discord.gg/5zCvJZHJPG" class="link-info"><i class="fab fa-discord" style="margin-right: 10px;"></i></a>
<a href="https://www.github.com/HytoraCloud/HytoraCloud" class="link-info"><i class="fab fa-github"></i></a>
</form>
</div>
</nav>
<div class="p-5 mb-4 bg-dark rounded-3" style="color: white;">
<div class="container-fluid py-1">
<p>Please use your own imprint.</p>
</div>
</div>
<footer class="mt-4 text-muted text-center footer mt-auto py-3" style="color: white;">
<p>© 2021 <a class="link-info" href="https://hytora.cloud">hytora.cloud</a> & <a class="link-info" href="cxt.wtf">cxt.wtf</a><br><a class="link-info" href="imprint.html">Imprint</a> <a class="link-info"
href="privacy.html">Privacy
Policy</a></p>
</footer>
<script src="js/bootstrap.bundle.js"></script>
</div>
</main>
</body>
</html>