added hugo files
This commit is contained in:
24
public/notes/first/index.html
Normal file
24
public/notes/first/index.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user