-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
29 lines (24 loc) · 1005 Bytes
/
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
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>Klick Auf Deutsch Hilfer</title>
<link rel="stylesheet" href="css/jquery-ui.css">
<script type="text/javascript" src="js/jquery-1.9.1.min.js"></script>
<script type="text/javascript" src="js/jquery-ui.min.js"></script>
<script type="text/javascript" src="js/config.js"></script>
<script type="text/javascript" src="js/lexicographic-sorting.js"></script>
<script type="text/javascript" src="js/bisection.js"></script>
<script type="text/javascript" src="js/load_word.js"></script>
<script type="text/javascript" src="js/search_word_index_html.js"></script>
</head>
<body>
<div id="Centering" style="position: absolute;margin-left:-200px;left:50%;top: 30%;">
<img src="index_banner_desktop.png" height="150" width="350" /><br />
<div class="ui-widget">
<input id="searchField">
<button>Suchen</button><br />
</div>
</div>
</body>
</html>