-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (42 loc) · 2.01 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home</title>
<link rel="icon" type="image/x-icon" href="./public/images/favicon.ico">
<link rel="stylesheet" href="./public/stylesheets/style.css">
<script defer src="./public/javascripts/main.js"></script>
</head>
<body>
<div class="navbar">
<a href="https://www.isolated-studios.com/about">About</a>
<div class="dropdown">
<button class="dropbtn">Discord</button>
<div class="dropdown-content">
<a target="_blank" referrerpolicy="" href="https://www.discord.gg/xPdyUd8">Main Server</a>
<a target="_blank" referrerpolicy="" href="https://www.discord.gg/ycKUR6Ry2m">Appeal Server</a>
</div>
</div>
<a target="_blank" referrerpolicy="" href="https://isolated-studios.fandom.com/wiki/Main_Page" style="float: right;">Studio Wiki</a>
</div>
<section class="hidden section1">
<h1 data-value="ISOLATED STUDIOS">Isolated Studios</h1>
<p>We aim to make <span class="magic" id="themagic">amazing</span> games.</p>
</section>
<div class="divider"></div>
<section class="hidden section2">
<h1 data-value="OUR PROJECTS">Our Projects</h1>
<p>- <span class="magic3"><a target="_blank" referrerpolicy="" href="https://www.isolated-studios.com/games">View our games here</a></span></p>
</section>
<div class="divider"></div>
<section class="hidden section3">
<p>Want to get involved?</p>
<p>Join our <a target="_blank" referrerpolicy="" href="https://www.discord.gg/xPdyUd8" class="magic2">Discord!</a></p>
</section>
<footer>
<p>2024 - Isolated Studios</p>
</footer>
</body>
</html>