-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (23 loc) · 885 Bytes
/
index.html
File metadata and controls
26 lines (23 loc) · 885 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
<!DOCTYPE html>
<html lang="en_GB">
<head>
<link rel="icon" type="image/x-icon" href="images/icon.png">
<title> Team Propulsive </title>
<meta charset="UTF-8">
<link rel="stylesheet" href="../CSS/main.css">
<link rel="stylesheet">
<meta property="og:url" content="https://TeamPropulsive.github.io">
<meta property="og:site_name" content="Team Propulsive">
<meta property="og:title" content="Propulsive">
<meta property="og:description" content="Propulsive is a open source Minecraft mod that adds space to Minecraft.">
</head>
<body>
<nav>
<a href="../links.html"> Links </a>
</nav>
<div class="center">
<h1> Team Propulsive </h1>
<p> Lorem ipsum dolor sit amet, consectetur adipiscing elit. <br> <br> Donec a magna eget lectus posuere consectetur vel at tellus. </p>
</div>
</body>
</html>