-
Notifications
You must be signed in to change notification settings - Fork 2
/
final.html
32 lines (30 loc) · 952 Bytes
/
final.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
<html>
<head>
<title>Map</title>
<style type="text/css">
.contain {
width: 500px;
height: 400px;
border: 1px solid #AAA;
background: #F0FFF0;
}
.string{
text-align: center;
font-weight: bold;
font-size: 20;
font-family: tahoma;
}
</style>
<script type="text/javascript" src="js/raphael-min.js"></script>
<script type="text/javascript" src="js/jquery-1.9.1.min.js"></script>
<script type="text/javascript" src="js/jquery.lazylinepainter-1.4.1.min.js"></script>
<script type="text/javascript" src="js/finalDraw.js"></script>
</head>
<body>
<div class="contain">
<div id="mapDraw">
</div>
<img src="5arte6 al 6rek.png" align="center" hspace="117" >
</div>
</body>
</html>