-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathanother-page.html
More file actions
74 lines (56 loc) · 2.3 KB
/
another-page.html
File metadata and controls
74 lines (56 loc) · 2.3 KB
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 lang="en-US">
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="/assets/css/style.css?v=" media="screen" type="text/css">
<link rel="stylesheet" href="/assets/css/print.css" media="print" type="text/css">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Begin Jekyll SEO tag v2.5.0 -->
<title>Architect theme | Architect is a theme for GitHub Pages.</title>
<meta name="generator" content="Jekyll v3.8.3" />
<meta property="og:title" content="Architect theme" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Architect is a theme for GitHub Pages." />
<meta property="og:description" content="Architect is a theme for GitHub Pages." />
<link rel="canonical" href="http://0.0.0.0:4000/another-page.html" />
<meta property="og:url" content="http://0.0.0.0:4000/another-page.html" />
<meta property="og:site_name" content="Architect theme" />
<script type="application/ld+json">
{"@type":"WebPage","headline":"Architect theme","url":"http://0.0.0.0:4000/another-page.html","description":"Architect is a theme for GitHub Pages.","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
</head>
<body>
<header>
<div class="inner">
<a href="http://0.0.0.0:4000/">
<h1>Architect theme</h1>
</a>
<h2>Architect is a theme for GitHub Pages.</h2>
</div>
</header>
<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content">
<h2 id="welcome-to-another-page">Welcome to another page</h2>
<p><em>yay</em></p>
<p><a href="./">back</a></p>
</section>
<aside id="sidebar">
<a href="" class="button">
<small>Download</small>
.zip file
</a>
<a href="" class="button">
<small>Download</small>
.tar.gz file
</a>
<p>This page was generated by <a href="https://pages.github.com">GitHub Pages</a>.</p>
</aside>
</div>
</div>
</body>
</html>