Skip to content

Commit

Permalink
better titles
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomEtc committed Nov 23, 2009
1 parent db18145 commit 9f4801f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dbf.html
@@ -1,6 +1,6 @@
<html>
<head>
<title>Binary AJAX</title>
<title>Javascript DBF Loader</title>
<script type="text/javascript" src="binary.js"></script>
<script type="text/javascript" src="dbf.js"></script>
<script type="text/javascript">
Expand Down Expand Up @@ -34,7 +34,7 @@

</head>
<body>
<h1>Binary Ajax DBF file Loader</h1>
<h1>Javascript DBF Loader</h1>
<p>Loading dbf... uninformative errors may appear in the dark crevices of your browser.</p>
<p>See <a href="http://github.com/RandomEtc/shapefile-js">http://github.com/RandomEtc/shapefile-js</a> for more details.</p>
</body>
Expand Down
4 changes: 2 additions & 2 deletions index.html
@@ -1,6 +1,6 @@
<html>
<head>
<title>Binary AJAX</title>
<title>Javascript Shapefile and DBF Loader</title>
<script type="text/javascript" src="binary.js"></script>
<script type="text/javascript" src="shapefile.js"></script>
<script type="text/javascript" src="dbf.js"></script>
Expand Down Expand Up @@ -161,7 +161,7 @@
</style>
</head>
<body>
<h1>Binary Ajax Shapefile Loader</h1>
<h1>Javascript Shapefile and DBF Loader</h1>
<p>Loading shapefile... uninformative errors may appear in the dark crevices of your browser.</p>
<canvas id="map" width="800" height="400"></canvas>
<p>See <a href="http://github.com/RandomEtc/shapefile-js">http://github.com/RandomEtc/shapefile-js</a> for more details.</p>
Expand Down
4 changes: 2 additions & 2 deletions shp.html
@@ -1,6 +1,6 @@
<html>
<head>
<title>Binary AJAX</title>
<title>Javascript Shapefile Loader</title>
<script type="text/javascript" src="binary.js"></script>
<script type="text/javascript" src="shapefile.js"></script>
<!--[if IE]><script src="excanvas.js"></script><![endif]-->
Expand Down Expand Up @@ -122,7 +122,7 @@
</style>
</head>
<body>
<h1>Binary Ajax Shapefile Loader</h1>
<h1>Javascript Shapefile Loader</h1>
<p>Loading shapefile... uninformative errors may appear in the dark crevices of your browser.</p>
<canvas id="map" width="800" height="400"></canvas>
<p>See <a href="http://github.com/RandomEtc/shapefile-js">http://github.com/RandomEtc/shapefile-js</a> for more details.</p>
Expand Down

0 comments on commit 9f4801f

Please sign in to comment.