aboutsummaryrefslogtreecommitdiffstats
path: root/exampleSite/public/post/index.html
blob: a877cdffaea36eef39c8f670e6456878f2445522 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!doctype html>
<html
  lang="en-us"
  dir="ltr"
>
  <head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <title>Posts | 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>
    
    
    
    
    
        <div class="post-title">
            <a class="rel-permalink" href="/post/examplepost/">
                <div class="post-date">2025-08-07</div>
                ExamplePost
            </a>
            <br />
        </div>
    

    
    
	<footer>
		<p>-----------------------------------</p>

<p>This is footer</p>

<img src="/notbyai.png" class="not-by-ai" /> <br>
 
    </footer>


</main>
      </body>
</html>