First release version

This commit is contained in:
2017-10-13 20:51:33 +03:00
parent d4974c0e5c
commit 7fa5c6a713
6 changed files with 29 additions and 24 deletions

View file

@ -5,8 +5,9 @@
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FLeast</title>
<meta name="description" content="Simple HTML5 Page layout template with header, footer, sidebar etc.">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="favicon.ico" type="image/png">
</head>
<body>
@ -16,7 +17,7 @@
<section id="pageContent">
<article>
<h2>Usage:</h2>
<p>Write down a game name and choose language </p>
<p>Write down a game name and choose language.<br>Name should be _exact_ name from Twitch i.e. csgo should be "Counter-Strike: Global Offensive" </p>
<form method="get" action="./fleast">
<table class="Input">
<tbody>
@ -40,7 +41,8 @@
</section>
<footer>
<p>Developed by Alex Vanin | <a href="https://twitter.com/AlexVanin" target="_blank">twitter</a> | <a href="https://github.com/AlexVanin/fleast" target="_blank">github</a> </p>
<p>Developed by Alex Vanin | <a href="https://twitter.com/AlexVanin" target="_blank">twitter</a> | <a href="https://github.com/AlexVanin/fleast" target="_blank">github</a><br>
Version: {_version_} </p>
</footer>
</body>