diff options
| author | yingyu5658 <i@yingyu5658.me> | 2025-08-07 10:35:56 +0800 |
|---|---|---|
| committer | yingyu5658 <i@yingyu5658.me> | 2025-08-07 10:35:56 +0800 |
| commit | 87cb7cc92743e88486e5e3c4852ab903a159fd8c (patch) | |
| tree | 62a9f988b51034e5148bb61f019d6caffa60ee59 /exampleSite/public/categories/index.html | |
| parent | 83d5590fc13e769f976746cac1e2119c25589448 (diff) | |
| download | hugo-theme-concise-87cb7cc92743e88486e5e3c4852ab903a159fd8c.tar.gz hugo-theme-concise-87cb7cc92743e88486e5e3c4852ab903a159fd8c.zip | |
添加exampleSite
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> + |
