country-region-selector/example.html
2014-03-22 21:10:12 -07:00

15 lines
249 B
HTML

<!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>