106 lines
4.6 KiB
HTML
106 lines
4.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="[LANG]">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
|
<title>[TITLE]</title>
|
|
<link href="vendor/css/material-icons.css" rel="stylesheet">
|
|
<link type="text/css" rel="stylesheet" href="vendor/css/materialize.min.css" media="screen,projection"/>
|
|
<link type="text/css" rel="stylesheet" href="vendor/css/default.css">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
|
|
|
<link rel="apple-touch-icon" sizes="57x57" href="/metas/apple-icon-57x57.png">
|
|
<link rel="apple-touch-icon" sizes="60x60" href="/metas/apple-icon-60x60.png">
|
|
<link rel="apple-touch-icon" sizes="72x72" href="/metas/apple-icon-72x72.png">
|
|
<link rel="apple-touch-icon" sizes="76x76" href="/metas/apple-icon-76x76.png">
|
|
<link rel="apple-touch-icon" sizes="114x114" href="/metas/apple-icon-114x114.png">
|
|
<link rel="apple-touch-icon" sizes="120x120" href="/metas/apple-icon-120x120.png">
|
|
<link rel="apple-touch-icon" sizes="144x144" href="/metas/apple-icon-144x144.png">
|
|
<link rel="apple-touch-icon" sizes="152x152" href="/metas/apple-icon-152x152.png">
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/metas/apple-icon-180x180.png">
|
|
<link rel="icon" type="image/png" sizes="192x192" href="/metas/android-icon-192x192.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/metas/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="96x96" href="/metas/favicon-96x96.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/metas/favicon-16x16.png">
|
|
<link rel="manifest" href="/metas/manifest.json">
|
|
<meta name="msapplication-TileColor" content="#ffffff">
|
|
<meta name="msapplication-TileImage" content="/metas/ms-icon-144x144.png">
|
|
<meta name="theme-color" content="#ffffff">
|
|
<script src="vendor/js/jquery-3.5.1.min.js" type="text/javascript"></script>
|
|
|
|
</head>
|
|
<body>
|
|
<div class="content">
|
|
<div class="section no-pad-bot" id="index-banner" style="margin-top: -58px;">
|
|
<div class="orange" style="padding-top: 2.5em;">
|
|
|
|
<h1 class="header center white-text truncate fullHeader" onclick="location.href = '?';">[MAIN_TITLE]</h1>
|
|
<div class="row center">
|
|
<h5 class="header col s12 light" style="margin-top: -0.75em;">[DESCRIPTION]</h5>
|
|
</div>
|
|
<br>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
<br>
|
|
|
|
<div class="container" style="padding-left: 15px;">
|
|
<div class="section">
|
|
<h5 class="light" style="font-size: 1.6em;">[EXPLANATION]</h5>
|
|
</div>
|
|
|
|
</div>
|
|
<div class="container z-depth-3 content-container">
|
|
<div class="section">
|
|
[CONTENT]
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
<br><br>
|
|
<footer class="page-footer orange">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col l6 s12">
|
|
<h5 class="white-text">YourSecretsAreOurs</h5>
|
|
<p class="grey-text text-lighten-4">[PROJECT_DESCRIPTION]</p>
|
|
|
|
|
|
</div>
|
|
<div class="col l3 s12">
|
|
<h5 class="white-text">[HELP_US]</h5>
|
|
<ul>
|
|
<li><a class="white-text disabled" href="#">[REQUEST_MORE]</a></li>
|
|
<li><a class="white-text" href="https://discord.gg/ybxZ2g8">[JOIN_DISCORD]</a></li>
|
|
<!--<li><a class="white-text" href="#!">Link 2</a></li>
|
|
<li><a class="white-text" href="#!">Link 3</a></li>
|
|
<li><a class="white-text" href="#!">Link 4</a></li>-->
|
|
</ul>
|
|
</div>
|
|
<div class="col l3 s12">
|
|
<h5 class="white-text">[LANGUAGE_CHOOSE]</h5>
|
|
<ul>
|
|
[LANGUAGES]
|
|
<!--<li><a class="white-text" href="#!">Link 2</a></li>
|
|
<li><a class="white-text" href="#!">Link 3</a></li>
|
|
<li><a class="white-text" href="#!">Link 4</a></li>-->
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="footer-copyright">
|
|
<div class="container">
|
|
Made with <i class="small material-icons brown-text">free_breakfast</i> by <a class="orange-text text-lighten-3" href="http://gaminggeneration.de">GamingGeneration.de-Devs</a>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
</div>
|
|
<script type="text/javascript" src="vendor/js/materialize.min.js"></script>
|
|
<script type="text/javascript" src="vendor/js/default.js"></script>
|
|
<script>
|
|
[SCRIPT_CONTENT]
|
|
</script>
|
|
</body>
|
|
</html> |