-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
48 lines (44 loc) · 1.64 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
<!-- Copyright Nebula Services 2022 -->
<!-- Any unauthorized use of this code is strictly prohibited -->
<!-- Made by ZDC + Nebula Services and Komodo Development -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewpo1rt" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<link rel="stylesheet" href="/assets/css/main.css">
<title>Komodo Development</title>
</head>
<body>
<div id="logo">
<img src="/assets/img/komodotransparent.png" alt="Komodo">
</div>
<h1>Welcome to <span class="bold">Komodo</span>.</h1>
<strong><p>Komodo is an advanced Desktop UI in the browser brought to you by the creators of CrownJS, Ludicrous, and more.</p>
<a>From apps to console commands, we have a lot of features and tools to use.</a></strong>
<br>
<smalL>-The Komodo Devs</smalL>
</body>
<br>
<button class="button" onclick="window.location.href='/assets/pages/boot.html'">Boot Komodo v1.2</button>
<br>
<!--<button class="button" onclick="window.location.href='index.html'">Boot Dev Build (No Current Build)</button>-->
<br>
<div id="github-logo">
<i class="bi bi-github"></i>
</div>
<br>
<a href="https://github.com/KomodoDevelopment" target="blank"
<p class="referenceLink">@KomodoDevelopment</p>
<br>
<div id="discord-logo">
<i class="bi bi-discord"></i>
</div>
<br>
<a href="https://discord.gg/SbAsMfXQRa" target="blank"
<p class="referenceLink">Support Server</p>
</a>
</html>