File: second.html

package info (click to toggle)
htmx 2.0.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 96,944 kB
  • sloc: javascript: 65,214; ruby: 44; sh: 39; makefile: 7
file content (23 lines) | stat: -rw-r--r-- 578 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html lang="en">
<head>
    <meta charset="utf-8" />
    <script type="application/javascript" src="../../../src/htmx.js"></script>
    <meta name="htmx-config" content='{"getCacheBusterParam":true}'>
    <title>History - 2</title>
</head>
<body style="padding:20px;font-family: sans-serif" hx-boost="true">
<h1>Cache-Buster Test</h1>
<ul>
    <li>
        <a href="index.html">Index</a>
    </li>
    <li>
        <a href="second.html">Second</a>
    </li>
    <li>
        <a href="second.html?foo=bar">Second W/ Param</a>
    </li>
</ul>
<h3>Second Page</h3>
</body>
</html>