-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcredits.html
44 lines (41 loc) · 1.72 KB
/
credits.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> Documentation and Credits</title>
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="./css/credit.css">
</head>
<body class="creditContainer">
<form class="LangSelector">
<label id="langSelect" for="langSelec">Language</label>
<select id="lang" name="langSelec" id="langSelec">
<option value="en">English</option>
<option value="es-MX">Español (MX)</option>
<option value="es-ES">Español (ES)</option>
</select>
</form>
<h1 id="title" class="title">Tic Tac Toe </h1>
<p id="about" class="titleDown">Documentation and Credits</p>
<div class="containerInfo">
<div class="textContainer">
<p id="dev" class="charge">Desarrollo y Diseño</p>
<p class="name">Adolfo J.</p>
<p id="version" class="charge">Version</p>
<p class="name">1.0.0</p>
<p id="source" class="charge">Source Code</p>
<p class="link"><a href="https://www.github.com/GJZ26">GitHub</a></p>
<h2 id="doc">Documentation</h2>
<p id="doc-des">Hello! Unfortunaly I didn't write my documentation part. Sorry for that:(. But I'm so happy for your
donwload!
So, enjoy the game, and if you find a bug, report to me!.
</p>
</div>
<p class="link backtoplay"><a id="back" href="index.html"> Back To Play </a></p>
</div>
</body>
<script src="./js/Lang.js"></script>
<script src="./js/Translator.js"></script>
</html>