mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-30 22:41:23 +00:00

The website used to host every past test suite, copied into the www directory. We no longer need that on the website (and it makes the codebase impossible to search) so I removed all the old tests and the new tests are hosted simply at /test. I also replaced the www.js script with a simpler www.sh one (since we no longer need to do anything besides copying, really), which allowed me to remove a node dependency that was only used in that script.
10 lines
279 B
HTML
10 lines
279 B
HTML
111
|
|
<script src="script.js"></script>
|
|
<img src="/images/image.gif">
|
|
<img src="/images/image.png">
|
|
<img src="/images/image.jpg">
|
|
<style href="stylsheet-from-style.css"></style>
|
|
<link rel="stylesheet" href="stylesheet-from-link.css">
|
|
<script>
|
|
alert("javascript executed")
|
|
</script> |