-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlinks.html
More file actions
29 lines (26 loc) · 970 Bytes
/
links.html
File metadata and controls
29 lines (26 loc) · 970 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<title> Team Propulsive - Links </title>
<meta charset="UTF-8">
<link rel="stylesheet" href="../CSS/main.css">
<meta property="og:url" content="https://TeamPropulsive.github.io/links.html">
<meta property="og:site_name" content="Team Propulsive">
<meta property="og:title" content="Links">
<meta property="og:description" content="Discord, GitHub, To Do, and Crowdin">
</head>
<body>
<a href="../index.html"> <- Go Back </a>
<div class="center">
<h1> Links </h1>
<br>
<a href="https://discord.gg/JBVHbYtTRS"> Discord </a>
<br> <br>
<a href="https://github.com/TeamPropulsive/Minecraft-Propulsive/tree/fabric/1.20.1"> GitHub </a>
<br> <br>
<a href="https://github.com/orgs/TeamPropulsive/projects/1/views/2"> To Do </a>
<br> <br>
<a href="https://crowdin.com/project/propulsive/"> Crowdin </a>
</div>
</body>
</html>