File: permanent_element.html

package info (click to toggle)
node-turbolinks 5.2.0%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 512 kB
  • sloc: javascript: 31; ruby: 12; sh: 5; makefile: 3
file content (15 lines) | stat: -rw-r--r-- 391 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>Turbolinks</title>
    <script src="/fixtures/turbolinks.js" data-turbolinks-track="reload"></script>
    <script src="/fixtures/test.js"></script>
  </head>
  <body>
    <section>
      <h1>Permanent element</h1>
    </section>
    <div id="permanent" data-turbolinks-permanent>Permanent element</div>
  </body>
</html>