repo init
This commit is contained in:
20
masks/index.html
Normal file
20
masks/index.html
Normal file
@@ -0,0 +1,20 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<link type="image/x-icon" href="images/favicon.ico" rel="shortcut icon" />
|
||||
<link type="image/png" href="images/favicon_32.png" rel="icon" sizes="32x32" />
|
||||
<link type="text/css" href="style/pedidor.css" rel="stylesheet" media="all" />
|
||||
<script type="text/javascript" src="script/jquery.js"></script>
|
||||
<script type="text/javascript" src="script/jquery.mods.js"></script>
|
||||
<script type="text/javascript" src="script/spot.js"></script>
|
||||
<script type="text/javascript">
|
||||
var oSpot = new Spot(asGlobalVars);
|
||||
$(document).ready(oSpot.init);
|
||||
</script>
|
||||
<title>Find Me Spot</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container"></div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user