-
Notifications
You must be signed in to change notification settings - Fork 4
/
credits2.html
94 lines (86 loc) · 3.72 KB
/
credits2.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
93
94
<!--
Index.html - The page that is first displayed when the website loads.
This is a landing page so it only has one page for now, which is this right here.
Copyright (C) 2021 Immanuel Garcia, luke harris
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see http://www.gnu.org/licenses/old-licenses/gpl-2.0.html.
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta content="Blaze" property="og:title" />
<meta
content="Blaze, your all-in-one Fortnite private server! ."
property="og:description"
/>
<meta content="Blaze" property="og:site_name" />
<!-- what does meta do it tells programs such as discord n skype what to do with it, with embeds and all OHHHHHHHHHHHHHHHHHHHHHHHHH -->
<meta
content="https://cdn.discordapp.com/attachments/801483438829469707/814138449706614824/unknown.png"
property="og:image"
/>
<link rel="stylesheet" href="/css/main.css" />
<link rel="stylesheet" href="/css/slideshow.css" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;700&display=swap"
rel="stylesheet"
/>
<link rel="icon" href="res/Blaze/tbico.svg" type="image/svg" />
<title>Trail Blaze</title>
</head>
<body>
<header>
<div class="logo-container">
<form action="#">
<img class="logo-icon" src="res/Blaze/tbico.svg" alt="logo" />
</form>
<h4 class="logo-disc">Blaze</h4>
</div>
<nav>
<ul class="nlinks">
<li><a class="nlink" href="/">Home</a></li>
<li>
<a class="nlink" href="https://github.com/trail-blaze/">GitHub</a>
</li>
<li><a class="nlink" href="credits">Credits</a></li>
</li>
<li><a class="nlink" href="changelog">Changelog</a></li>
</ul>
</nav>
</header>
<div class="container">
<div class="credits">Credits</div>
<div class="credits-list">
<a href="https://github.com/AlexDev404">AlexDev404</a> - Main Backend and Design
<br/>
<a href="https://github.com/VinzyYT">Vinzy</a> - Testing and bug fixes
<br/>
<a href="https://github.com/GavinGoGaming">GavinGoGaming</a> - Discord Bot Creation, testing, pre-alpha launcher fixing, feedback
<br/>
<a href="https://github.com/sparmage">Sparmage</a> - Awesome Tweaks to the Backend
<br/>
<a href="https://github.com/workeyy">Workeyy</a> - Discord Bot Creation and Server Setup
<br/>
<a href="https://github.com/McMistrzYT">mc</a> - Being mc (Known by the BlazeOrg Staff as "Mike")
<br/>
<a href="https://github.com/zinx-YT">Zinx</a> - Backend, Launcher and Miscellaneous Fixes, Tweaks and Creation
<br/>
<a href="https://github.com/slushnix">Johnny</a> - Launcher Bypass and Advisory
<br/>
<!-- <a href="https://github.com/MajorHxD">MajorHxD</a> - Alpha Launcher Creation and Submission
<br/>
<a href="https://github.com/Ender-0001">Ender-0001</a> - Did Nothing. Just joined Blaze for no reason and is just here for the laughs
</div> -->
</body>
</html>