initial commit (incomplete)

This commit is contained in:
Ben Keen
2014-03-22 21:10:12 -07:00
parent 0ba5bbfc1e
commit 2da56cc03e
5 changed files with 461 additions and 3 deletions

15
example.html Normal file
View File

@@ -0,0 +1,15 @@
<!doctype html>
<html>
<head>
<title></title>
</head>
<h1>Example 1</h1>
<select class="crs-country" data-crs-id=""></select>
<select class="crs-region"></select>
<hr size="1" />
<script src="source/country-region-selector.js"></script>
</html>