-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresources-and-software.html
More file actions
29 lines (26 loc) · 1.32 KB
/
resources-and-software.html
File metadata and controls
29 lines (26 loc) · 1.32 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>MHP | Resource and Software</title>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
<link href="css/main.css" type="text/css" rel="stylesheet">
</head>
<body>
<header style="background-color: #004A7F">
<div>
<ul id="header-inner" style="margin-left: 20px; margin-right: 20px;">
<li style="padding-right: 5px;"><img src="res/project logo.png" style="height: calc(43px - 10px); padding-top: 5px;" /></li>
<li><a href="/">Home</a></li>
<li><a href="/resources-and-software">Resources and Software</a></li>
</ul>
</div>
</header>
<div id="main-container">
<h1>Resources and software</h1>
<p>We have many tools for mapgamers to use to enhance their experience.</p>
<p>If you want to host a mapgame with minimal fuss, choose our <a href="http://mapgame-hosting.crumble-technologies.co.uk/Create/New/Web">web option</a>. (the web option is currently under construction)</p>
<p>If you want to create a mapgame on Discord or integrate with an existing one on the platform, use our <a href="http://mapgame-hosting.crumble-technologies.co.uk/Create/New/Discord">Discord bot</a>.</p>
</div>
</body>
</html>