-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (23 loc) · 857 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<!-- google font -->
<link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i,900,900i" rel="stylesheet">
<title>FujiLand</title>
<link rel="stylesheet" href="style.css">
<script src="index.js"></script>
</head>
<body onload="inicial();">
<!-- onresize="FuntionResize()" -->
<div id="caninside">
<canvas id="canvas" width="1000" height="400"
style="border:2px solid #555555;"></canvas>
</div>
<div id="buttons">
</div>
</body>
</html>