Delete template.html

This commit is contained in:
Lars Müller 2018-07-03 19:36:06 +02:00 committed by GitHub
parent 866cbfa70b
commit efa550f7ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,58 +0,0 @@
<!doctype html>
<!-- Template for lua_api.html -->
<html lang="en">
<head>
<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 homepage">
<meta name="author" content="Lars Müller">
<link rel="icon" href="icon.png">
<div class="bg"></div>
<title>Minetest Lua API</title>
<link rel="shortcut icon" href="https://forum.minetest.net/styles/mt_v1/theme/images/favicon.ico">
<!-- 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">
</head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<body data-spy="scroll" data-target="#contenttable" data-offset="15">
<!-- Table of content -->
<div class="position-fixed">
<nav class="col-lg" id="contenttable">
<ul class="nav nav-pills nav-stacked affix" data-spy="affix" data-offset-top="205">
<!--PLACENAV-->
<!--Python script places stuff here-->
</ul>
</nav>
</div>
<div class="jumbotron" style="background: url('background.png') no-repeat center center fixed;background-size: 100% 100%;background-repeat: no-repeat;image-rendering:optimizeSpeed">
<div class="container">
<div class="row">
<div class="col-lg">
<!--PLACESTUFF-->
<!--Python script places stuff here-->
</div>
</div>
<hr>
</div>
</div>
<div class="container">
<footer>
<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>
<p>&copy; Minetest Lua API Python Parser(mt-lua-api-pyparse) - Lars Müller</p>
</footer>
</div>
</body>
</html>