This repository has been archived by the owner on Sep 4, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (52 loc) · 2.43 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<title>Home | Digital Troll Studios</title>
<!-- Favicons -->
<link href="./img/logo.png" rel="icon" />
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;900&display=swap" rel="stylesheet" />
<!-- Vendor CSS Files -->
<link href="./vendor/aos/aos.css" rel="stylesheet" />
<link href="./vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<link href="./vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet" />
<link href="./vendor/boxicons/css/boxicons.min.css" rel="stylesheet" />
<link href="./vendor/glightbox/css/glightbox.min.css" rel="stylesheet" />
<link href="./vendor/swiper/swiper-bundle.min.css" rel="stylesheet" />
<!-- Main CSS File -->
<link href="./css/style.css" rel="stylesheet" />
</head>
<body>
<section id="hero">
<div class="hero-container">
<a href="index.html" class="hero-logo" data-aos="zoom-in"><img src="./img/logo.png" alt="" /></a>
<h1 data-aos="zoom-in">This website is no longer available.</h1>
<h2 data-aos="fade-up">The DTS Team</h2>
<br>
<footer id="footer footer-bg-override">
<div class="footer-top">
<div class="container">
<div class="legal">
<p><a href="./imprint.html" class="a-color-override">Imprint</a> <a> | </a> <a href="./privacy.html" class="a-color-override">Privacy</a></p>
</div>
</div>
</div>
<div class="container footer-bottom clearfix">
<div class="copyright"> © 2023 <strong><span>digitaltrollstudios.com</span></strong>. All Rights Reserved</div>
</div>
</footer>
</div>
</section>
</body>
<!-- Vendor JS Files -->
<script src="./vendor/aos/aos.js"></script>
<script src="./vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="./vendor/glightbox/js/glightbox.min.js"></script>
<script src="./vendor/swiper/swiper-bundle.min.js"></script>
<!-- Main JS File -->
<script src="./js/main.js"></script>
</html>