forked from BlockServerProject/blockserverproject.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.htm
More file actions
26 lines (24 loc) · 662 Bytes
/
index.htm
File metadata and controls
26 lines (24 loc) · 662 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>
<head>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<title>Block Project</title>
<meta charset="UTF-8" />
<style type="text/css">
* { font-family: Verdana, Arial, sans-serif; }
body { background-color: #fff; cursor: default; }
h1 { font-size: 15pt; }
p { font-size: 10pt; }
</style>
</head>
<body>
<h1>Welcome to Block Project</h1>
<p>A Minecraft PE Server from Java</p>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/irc.html">IRC</a></li>
<li><a href="/downloads.html">Downloads</a></li>
<ul>
</body>
</html>