chore: add example

This commit is contained in:
AJ ONeal 2021-07-23 04:34:57 -06:00
parent e2d6c6b928
commit 3bc7bd0123
1 changed files with 11 additions and 0 deletions

11
example.html Normal file
View File

@ -0,0 +1,11 @@
<!-- DEVELOPMENT version -->
<!--
(use ultra-fast, low-latency, pre-minified & compressed CDN for production)
-->
<body>
<script src="./ajquery.js"></script>
<script>
document.write("Hello, World!");
console.log($("body").innerText);
</script>
</body>