-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (30 loc) · 1.42 KB
/
index.html
File metadata and controls
30 lines (30 loc) · 1.42 KB
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
<!DOCTYPE html>
<html>
<head>
<title>My awesome project</title>
<link rel="stylesheet" type="text/css" href="assets/style.css">
</head>
<body>
<canvas id="canvas" width="1000" height="1000" style="width: 1000px; height: 1000px;"></canvas>
<!-- <svg viewBox="0 0 1920 1083" preserveAspectRatio="xMidYMid slice">
<image xlink:href="assets/bgbg.jpg" width="100%" height="100%"></image>
<g>
<path
onMouseOver="mouseOver(2, event)"
onMouseMove="mouseMove(event)"
onMouseOut="mouseOut()"
class="megost0"
d="M935,755l1,135l-6,6.5l80,60.5l377.5-359l38-251.5l-19.5-9l1.5-14l-71-31l-12,9l-39-17l1.5-13.5l-36.5-16l-13,9 l-32-14v-13.5l-51.5-23l-13.5-5l-12,8.5l-8.5-3.5l-54.5,38L1057,491l50,24.5l-3,50c-2.7,2.3-8.2,7-9,7s-6-3-8.5-4.5l-55.5,47.5 l-1,18l-8,7c-0.5,13.5-1.4,40.7-1,41.5s-3.2,3-5,4l-13-6.5l-59.5,50l-0.5,19L935,755z"/>
<path
onMouseOver="mouseOver(1, event)"
onMouseMove="mouseMove(event)"
onMouseOut="mouseOut()"
class="megost0"
d="M830,222L526,410.5l37,255l63.5,40l4-10.5l40.5-30.5l12.5,8.5l20-15l-1-8.5l4-2.5l-1-7.5l74-54.5l12.5,6.5 l20.5-16c-0.3-4.8-1-14.6-1-15c0-0.4,28-20.5,42-30.5l12.5,5.5l19.5-13.5l-1-15.5l18-13l-5-240.5L830,222z" />
</g>
</svg>
<div id="buildingInfo"></div> -->
</body>
<script type="text/javascript" src="node_modules/axios/dist/axios.min.js"></script>
<script type="text/javascript" src="assets/app2.js"></script>
</html>