Created
February 2, 2011 20:54
-
-
Save trygvea/808411 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" /> | |
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"> | |
<link rel="stylesheet" href="ullami.css" type="text/css"> | |
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=true"></script> | |
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> | |
<script type="text/javascript" src="ullami.js"></script> | |
</head> | |
<body> | |
<div id="left"> | |
<div id="logo"> | |
<img alt="animalia.no" id="logo-screen" src="http://animalia.no/upload/admin/logoAnimalia.jpg" style="float:left; position:absolute;" title="bring.no"> </div> | |
<div id="fleet"> | |
<p> | |
</div> | |
</div> | |
<div id="map_canvas"></div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment