country-region-selector/example.html

15 lines
249 B
HTML
Raw Normal View History

2014-03-23 04:10:12 +00:00
<!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>