60 lines
1.3 KiB
HTML
60 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta name="generator" content="Hugo 0.101.0" />
|
|
<title>My New Hugo Site </title>
|
|
<link rel="stylesheet" type="text/css" href="http://example.org/css/fonts.css">
|
|
<link rel="stylesheet" type="text/css" href="http://example.org/css/fontawesome.css">
|
|
<link rel="stylesheet" type="text/css" href="http://example.org/css/styles.css">
|
|
|
|
|
|
<meta charset="UTF-8">
|
|
<meta name="author" content="">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="alternate" type="application/rss+xml" href="http://example.org/index.xml" title="My New Hugo Site" />
|
|
</head>
|
|
<body>
|
|
<header class="page-header">
|
|
<div class="myname">
|
|
<h2><a href="http://example.org/"></a></h2>
|
|
</div>
|
|
<nav>
|
|
<ul class="navbar">
|
|
</ul>
|
|
</nav>
|
|
</header>
|
|
<div id="content">
|
|
<main>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<p>This is a test of the home page</p>
|
|
<ol>
|
|
<li>test 1</li>
|
|
<li>test 2
|
|
<figure class="image-shortcode frame"
|
|
style="width: 11em;">
|
|
<img src="http://example.org/HeadShot.jpg"
|
|
alt="Picture of me"/>
|
|
</figure>
|
|
</li>
|
|
</ol>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</main>
|
|
|
|
</div><footer>
|
|
<span></span>
|
|
</footer>
|
|
</body>
|
|
</html>
|