Adding a lot of stuff, langauge thingi, website.html default thing, config.inc.php, main.inc.php, index.php, default construct of all things, the ability to saying hello world...
This commit is contained in:
75
website.html
Normal file
75
website.html
Normal file
@ -0,0 +1,75 @@
|
||||
<!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"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div class="section no-pad-bot" id="index-banner">
|
||||
<div class="container">
|
||||
<br><br>
|
||||
<h1 class="header center orange-text">[MAIN_TITLE]</h1>
|
||||
<div class="row center">
|
||||
<h5 class="header col s12 light">[DESCRIPTION]</h5>
|
||||
</div>
|
||||
<br><br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="container">
|
||||
<div class="section">
|
||||
[QUESTIONS]
|
||||
<br>
|
||||
<br>
|
||||
[DONE]
|
||||
</div>
|
||||
<br><br>
|
||||
</div>
|
||||
|
||||
<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="#!">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">[SOCIAL_MEDIA]</h5>
|
||||
<ul>
|
||||
<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>
|
||||
</div>
|
||||
<div class="footer-copyright">
|
||||
<div class="container">
|
||||
Made with <i class="small material-icons">free_breakfast</i> by <a class="orange-text text-lighten-3" href="http://gaminggeneration.de">GamingGeneration.de-Devs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
||||
<script type="text/javascript" src="vendor/js/materialize.min.js"></script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user