Delete template.html
This commit is contained in:
parent
d695eaa6f2
commit
28a4f99fe5
@ -1,58 +0,0 @@
|
||||
<!doctype 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 -->
|
||||
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> -->
|
||||
<!-- 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">
|
||||
<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>
|
||||
<link href="jumbotron.css" rel="stylesheet">
|
||||
</head>
|
||||
|
||||
<!-- Table of content -->
|
||||
<div class="position-fixed">
|
||||
<!--<div class="container">-->
|
||||
<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>
|
||||
|
||||
<body data-spy="scroll" data-target="#contenttable" data-offset="15">
|
||||
|
||||
<main role="main">
|
||||
<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>
|
||||
</main>
|
||||
|
||||
</body>
|
||||
|
||||
<footer class="container">
|
||||
<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>© Minetest Lua API Python Parser(mt-lua-api-pyparse) - Lars Müller</p>
|
||||
</footer>
|
||||
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user