diff options
Diffstat (limited to 'exampleSite/public/categories/index.html')
| -rw-r--r-- | exampleSite/public/categories/index.html | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/exampleSite/public/categories/index.html b/exampleSite/public/categories/index.html new file mode 100644 index 0000000..e5e1d8e --- /dev/null +++ b/exampleSite/public/categories/index.html @@ -0,0 +1,40 @@ +<!doctype html> +<html + lang="en-us" + dir="ltr" +> + <head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script> +<meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <title>Categories | My New Hugo Site</title> <link rel="stylesheet" href="/css/main.css"> <script src="/js/main.js"></script> + </head> + <body> + <main> + <header> + <h1 class="title">My New Hugo Site</h1> +<p class="subtitle">yingyu5658的数字花园</p> +<script> +</script> + + + </header> + + + + + + + + + <footer> + <p>-----------------------------------</p> + +<p>This is footer</p> + +<img src="/notbyai.png" class="not-by-ai" /> <br> + + </footer> + + +</main> + </body> +</html> + |
