-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex_template.html
48 lines (42 loc) · 2.49 KB
/
index_template.html
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!doctype html>
<!-- Template for lua_api.html -->
<html lang="en">
<body style="background: url('background.png') no-repeat center center fixed;background-size: auto 100%;background-repeat: no-repeat;image-rendering:optimizeSpeed;image-rendering:pixelated">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Minetest Magic-CTF Game Homepage">
<meta name="og:description" content="Minetest Magic-CTF Game Homepage">
<meta name="og:url" content="https://magicctf.github.io">
<meta name="og:title" content="Minetest Magic-CTF - Home">
<meta name="og:image" content="https://magicctf.github.io/magicctflogoultrares.png">
<meta name="favicon" content="https://magicctf.github.io/favicon.ico">
<meta name="author" content="Lars Müller">
<link rel="icon" href="icon.png">
<div class="bg"></div>
<title>Minetest Magic-CTF - Home</title>
<link rel="icon" href="favicon.ico" type="image/x-icon">
<!-- Scripts and stylesheets -->
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link href="jumbotron.css" rel="stylesheet">
<!--<div class="jumbotron" style="background-color:rgba(0,0,0,0)">-->
<div class="container">
<div class="row">
<div class="col-lg">
<h1 style="text-align:center;">Minetest Magic-CTF - Home</h1>
</div>
</div>
<div class="row">
<!--PLACESTUFF-->
</div>
<div class="row">
<div class="col-sm">
<p>Magic-CTF is a new, magically themed CTF Engine & Game for Minetest Servers.</p>
<p>Minetest is a free software game engine currently under development to create various games based on voxel gameplay, inspired by InfiniMiner, Minecraft, and the like. Minetest was originally created by Perttu Ahola (alias “celeron55”). </p>
<a>Page generated by </a><a href="https://github.com/appgurueu/md-pypage">md-pypage</a><a>.</a>
</div>
</div>
</div>
<!--</div>-->
</body>
</html>