This repository has been archived by the owner on Aug 31, 2020. It is now read-only.
forked from kimbtech/Schiffe-versenken
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (37 loc) · 1.55 KB
/
index.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
45
46
47
<!DOCTYPE HTML>
<html>
<head>
<!--
Schiffe-versenken by KIMB-technologies
https://github.com/kimb-technologies/Schiffe-versenken/
GNU General Public License v3
http://www.gnu.org/licenses/gpl-3.0
-->
<title>Schiffe-versenken</title>
<meta charset="utf-8">
<meta name="generator" content="Schiffe-versenken" >
<meta name="robots" content="index,follow">
<meta name="description" content="Schiffe-versenken gegen den Computer spielen.">
<link rel="stylesheet" href="code/fonts.min.css" type="text/css" />
<link rel="stylesheet" href="code/jquery-ui.min.css" type="text/css" />
<link rel="stylesheet" href="code/design.min.css" type="text/css" />
<link rel="shortcut icon" href="code/images/favicon.ico" type="image/x-icon; charset=binary">
<link rel="icon" href="code/images/favicon.ico" type="image/x-icon; charset=binary">
<script src="code/jquery.min.js" type="text/javascript"></script>
<script src="code/jquery-ui.min.js" type="text/javascript"></script>
<script src="code/typewriter.min.js" type="text/javascript"></script>
<script src="code/project.min.js" type="text/javascript"></script>
</head>
<body>
<div class="page">
<h1>Schiffe-versenken</h1>
<div class="outputs"></div>
<div class="area_one"></div>
<div class="replace_ship"></div>
<div class="ship_stat"></div>
<div class="area_two"></div>
</div>
<div id="dialog" title="Dialog">Dialog</div>
<center><small><br /><a href="https://github.com/kimb-technologies" >KIMB-technologies GitHub</a></small></center>
</body>
</html>