25 lines
396 B
HTML
25 lines
396 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
|
|
<nav id="TableOfContents">
|
|
<ul>
|
|
<li><a href="#a">a</a></li>
|
|
<li><a href="#b">b</a></li>
|
|
</ul>
|
|
</nav>
|
|
<h2 id="a">a</h2>
|
|
<p>abc</p>
|
|
<h2 id="b">b</h2>
|
|
<p>abcde</p>
|
|
<p>Hello world</p>
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|