-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
43 lines (36 loc) · 1.56 KB
/
about.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
<!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>About</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">Home</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="center section1">
<h1 data-value="ISOLATED STUDIOS">Isolated Studios</h1>
<p>ABOUT US</p>
</section>
<section class="section1 pointer">
<p><span class="pointer-e">- </span>Our games are built with <span class="magic2" id="themagic">care</span>.</p>
<!-- add more below -->
</section>
<footer>
<p>2024 - Isolated Studios</p>
</footer>
</body>
</html>