Jordan Stewart 59f4da1d9d
fix problem with styles at the start of the server content (#1768)
fix problem with styles at the start of the server content when navigating through history
2023-09-21 12:10:04 -06:00

17 lines
460 B
HTML

<html lang="en">
<head>
<meta charset="utf-8" />
<script type="application/javascript" src="../../../src/htmx.js"></script>
<title>History - 4</title>
</head>
<body style="padding:20px;font-family: sans-serif" hx-boost="true">
<style>a, a:visited, h1 { color: indigo; border: 1px solid lime; }</style>
<h1>History Test</h1>
<a href="1.html">1</a>
<a href="2.html">2</a>
<a href="3.html">3</a>
<a href="4.html">4</a>
<h3>Page 4</h3>
</body>
</html>