mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-28 13:31:06 +00:00
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> |