-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (28 loc) · 982 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
30
31
32
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<title>Noodle Jump</title>
<meta name="description" content="Spring oder werd gekocht!">
<meta name="author" content="Justin, Mikel, Iryna, Vincent">
<meta name="viewport" content="minimal-ui, width=device-width,
user-scalable=no, initial-scale=1, maximum-scale=1, user-scalable=0" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<style type="text/css">
body { margin: 0; padding: 0; background: #000;}
canvas { display: block; margin: 0 auto; background: #fff; }
</style>
</head>
<body>
<header>
</header>
<section>
<!-- <button id="myButton" type="button">Hallo</button> -->
<canvas id="myCanvas" style="background:url('./pictures/holz_seamless_pattern.jpg')"> </canvas>
</section>
<footer>
<script src="./js/functioncollection.js"></script>
<script src="./js/javascript.js"></script>
</footer>
</body>
</html>