init
This commit is contained in:
30
Index.html
Normal file
30
Index.html
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Vanderzee Wilder</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<style>
|
||||||
|
#img {
|
||||||
|
-webkit-user-select: none; /* webkit (safari, chrome) browsers */
|
||||||
|
-moz-user-select: none; /* mozilla browsers */
|
||||||
|
-khtml-user-select: none; /* webkit (konqueror) browsers */
|
||||||
|
-ms-user-select: none; /* IE10+ */
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
<script>
|
||||||
|
function mapClick(){
|
||||||
|
//e.preventDefault();
|
||||||
|
var elem = document.getElementById('horn');
|
||||||
|
elem.currentTime = 500;
|
||||||
|
elem.play();
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
<audio id="horn" src="airhorn.mp3" preload="auto" type="audio/mpeg"}></audio>
|
||||||
|
<img src="vanderzeewilder.png" id="img" usemap="#Map" />
|
||||||
|
<map name="Map" id="Map">
|
||||||
|
<area onclick="mapClick()" shape="rect" coords="1151,445,1291,549" />
|
||||||
|
|
||||||
|
</map>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
BIN
airhorn.mp3
Normal file
BIN
airhorn.mp3
Normal file
Binary file not shown.
BIN
vanderzeewilder.png
Normal file
BIN
vanderzeewilder.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 MiB |
BIN
vanderzeewilder.psd
Normal file
BIN
vanderzeewilder.psd
Normal file
Binary file not shown.
BIN
vanderzeewilderflatten.psd
Normal file
BIN
vanderzeewilderflatten.psd
Normal file
Binary file not shown.
Reference in New Issue
Block a user