-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (22 loc) · 804 Bytes
/
index.html
File metadata and controls
41 lines (22 loc) · 804 Bytes
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
<!DOCTYPE html>
<html lang="en-us">
<title>My New Hugo Site | My New Hugo Site</title>
<meta charset="utf-8">
<meta name="generator" content="Hugo 0.89.4" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="http://example.org/css/index.css">
<link rel="canonical" href="http://example.org/">
<link rel="alternate" type="application/rss+xml" href="/index.xml" title="My New Hugo Site">
<header>
<a href="http://example.org/" class="title">My New Hugo Site</a>
</header>
<article>
<header><h1>My new hugo site</h1></header>
<ul class="archive">
<li>
<time datetime="2021-12-06T19:40:46+01:00">2021-12-06</time>
<a href="http://example.org/posts/data/">Data</a>
</li>
</ul>
</article>
</html>