-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (24 loc) · 1.02 KB
/
index.html
File metadata and controls
27 lines (24 loc) · 1.02 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Mapgame Hosting Project</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>Mapgame Hosting Project (MHP)</h1>
<h3 style="text-align: center;">The Mapgame Hosting Project aims to simplify the creation and management of <a href="https://mapgame.fandom.com/wiki/Map_Games">mapgames</a> online.</h3>
</div>
</body>
</html>