mirror of
https://github.com/shouptech/share-a-bike.git
synced 2026-02-03 12:29:42 +00:00
13 lines
501 B
HTML
13 lines
501 B
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
|
|
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
|
<head>
|
|
<title>Share-a-Bike</title>
|
|
<link href="stylesheets/style.css" media="screen" rel="stylesheet" type="text/css" />
|
|
<script src="http://maps.google.com/maps/api/js?sensor=true" type="text/javascript"></script>
|
|
<script src="ares.js" type="text/javascript"></script>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|