15 lines
249 B
HTML
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> |