-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommunities.html
More file actions
31 lines (31 loc) · 1.09 KB
/
communities.html
File metadata and controls
31 lines (31 loc) · 1.09 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>デヴィソ</title>
<link rel="icon" type="image/png" href="images/pfpSS.png">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<nav class="navbar">
<ul>
<li><a href="https://dev1ss0.dev">Home</a></li>
<li><a href="projects">Projects</a></li>
<li><a href="tobeadded">test</a></li>
</ul>
</nav>
<header>
<h1>Communities</h1>
</header>
<hr>
<main>
<h4>These are some communities that you can find me in.<br>Feel free to join any of them!</h4>
<hr>
<h4 class="joinlink"><a href="https://discord.gg/5ptqkyZxEy">AngelAuraMC</a></h4>
<h4 class="joinlink"><a href="https://prismlauncher.org/discord">PrismLauncher</a></h4>
<h4 class="joinlink"><a href="https://discord.gg/z8aWJeq7">Optifine</a></h4>
</main>
</body>
</html>