-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
55 lines (52 loc) · 2.31 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
<!DOCTYPE html>
<html>
<head>
<title>DiscordDarkness</title>
<script src="https://kit.fontawesome.com/cbf8880dd6.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="Css\Website\Styles.css">
<link rel="shortcut icon" type="image/x-icon" href="Css\Website\homeimage.png">
</head>
<style>
</style>
<body>
<div class="Navbar">
<div class="Navbar-Inner">
<a class="Navbar-Inner-Text" href="https://lyght1337.github.io/DiscordDarkness/" rel="nofollow">Home</a>
<a class="Navbar-Inner-Text" href="https://lyght1337.github.io/DiscordDarkness/Css/Website/DiscordDarknessUpdates.html" rel="nofollow">DDUpdates</a>
<a class="Navbar-Inner-Text" href="https://github.com/LyGhT1337/DiscordDarkness/"
rel="nofollow">Github</a>
</div>
</div>
<div class="Main-About">
<h1 class="Main-Header"> DiscordDarkness </h1>
<a href="https://github.com/LyGhT1337/DiscordDarkness">
<img class="Preview"
src="https://b.catgirlsare.sexy/PlAGURLB.png">
</a>
<div class="DarknessCodeBlocks">
<h1 class="Main-Header2"> DarknessCodeBlocks </h1>
<a href="https://github.com/LyGhT1337/DarknessCodeBlocks">
<img class="Preview2"
src="https://i.imgur.com/AqyLhBS.png">
</a></div>
<div class="Social-Navbar">
<div class="Social-Navbar-Inner">
<a href="https://github.com/LyGhT1337" rel="nofollow">
<i class="fab fa-github"></i></a>
<a href="https://steamcommunity.com/id/DefinitelyLyght" rel="nofollow">
<i class="fab fa-steam"></i></a>
<a href="https://twitter.com/DefinitelyLyGhT" rel="nofollow">
<i class="fab fa-twitter"></i></a>
<a href="https://www.youtube.com/channel/UC1ddpCXgesq0BreLqghK6Lw" rel="nofollow">
<i class="fab fa-youtube"></i></a>
<div class="Copyright">
<p>
Copyright © 2022 <a href="https://github.com/LyGhT1337" style="color:#0095ff">@LyGhT1337</a>
All Rights Reserved.
</p>
</div>
</div>
</div>
</div>
</body>
</html>