diff options
Diffstat (limited to 'templates/assets/tether/examples/dolls/index.html')
| -rw-r--r-- | templates/assets/tether/examples/dolls/index.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/assets/tether/examples/dolls/index.html b/templates/assets/tether/examples/dolls/index.html new file mode 100644 index 0000000..8f0167f --- /dev/null +++ b/templates/assets/tether/examples/dolls/index.html @@ -0,0 +1,7 @@ +<link rel="stylesheet" href="./dolls.css" /> +<script src="//github.hubspot.com/tether/dist/js/tether.js"></script> +<script src="./dolls.js"></script> +<body> + <div class="scroll"> + </div> +</body> |
