mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-27 04:50:43 +00:00
13 lines
399 B
HTML
13 lines
399 B
HTML
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<script type="application/javascript" src="../../../../src/htmx.js"></script>
|
|
<title>hx-boost - Relative Resources Page 2</title>
|
|
</head>
|
|
<body style="padding:20px;font-family: sans-serif" hx-boost="true">
|
|
<a href="../index.html">Back To Page 1</a>
|
|
<p>Image should be displayed below</p>
|
|
<img src="img.png" alt="Image" />
|
|
</body>
|
|
</html>
|