-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
74 lines (61 loc) · 2.1 KB
/
index.html
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta name="generator" content="Hugo 0.121.1">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>My New Hugo Site</title>
<script>(function(d,e){d[e]=d[e].replace("no-js","js");})(document.documentElement,"className");</script>
<meta name="description" content="">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="dns-prefetch" href="//fonts.googleapis.com">
<link rel="dns-prefetch" href="//fonts.gstatic.com">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700">
<link rel="stylesheet" href="/css/style.css">
<link rel="alternate" type="application/rss+xml" href="/index.xml" title="My New Hugo Site">
<link rel="shortcut icon" href="/favicon.ico">
</head>
<body class="body">
<div class="container container--outer">
<header class="header">
<div class="container header__container">
<div class="logo">
<a class="logo__link" href="/" title="My New Hugo Site" rel="home">
<div class="logo__item logo__text">
<div class="logo__title">My New Hugo Site</div>
</div>
</a>
</div>
<div class="divider"></div>
</div>
</header>
<div class="wrapper flex">
<div class="primary">
<main class="main list" role="main">
<article class="list__item post">
<header class="list__header">
<h2 class="list__title post__title">
<a href="/posts/good/" rel="bookmark">
Good
</a>
</h2>
</header>
<div class="content list__excerpt post__content clearfix">
my first blog
</div>
</article>
</main>
</div>
</div>
<footer class="footer">
<div class="container footer__container flex">
<div class="footer__copyright">
© 2024 My New Hugo Site.
<span class="footer__copyright-credits">Generated with <a href="https://gohugo.io/" rel="nofollow noopener" target="_blank">Hugo</a> and <a href="https://github.com/Vimux/Mainroad/" rel="nofollow noopener" target="_blank">Mainroad</a> theme.</span>
</div>
</div>
</footer>
</div>
<script async defer src="/js/menu.js"></script>
</body>
</html>