parent
f5c130b694
commit
88f1167e6a
@ -0,0 +1,46 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Basic page meta -->
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<title>
|
||||
{{ block "title" . }} {{ .Site.Title }} {{ if .Page }}| {{ .Page.Title }} {{ end }} {{ end }}
|
||||
</title>
|
||||
|
||||
<!-- Style -->
|
||||
<link rel="stylesheet" type="text/css" href="/main.css">
|
||||
<link rel="icon" href="/icon.svg" type="image/svg+xml" sizes="any">
|
||||
|
||||
<!-- OpenGraph -->
|
||||
<meta property="og:locale" content="en_GB">
|
||||
<meta property="og:title" content="Jae's Website">
|
||||
<meta property="og:url" content="https://jae.fi">
|
||||
<meta property="og:site_name" content="Jae's Website">
|
||||
<meta property="og:description" content="The website of Jae Lo Presti">
|
||||
<meta property="og:image" content="https://bm.jae.fi/web/Logo-abs.png">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="page">
|
||||
<div class="header">
|
||||
<a href="/">
|
||||
<h1>
|
||||
<span class="title">{{ .Site.Title }}</span><br/>
|
||||
<span class="subtitle">Random Beeps'n Boops</span>
|
||||
</h1>
|
||||
</a>
|
||||
<!-- TEMPORARY -->
|
||||
<img src="/logo.svg" alt="Logo" />
|
||||
</div>
|
||||
<div class="cpage">
|
||||
<div class="mainPage">
|
||||
<h1>404!</h1>
|
||||
</div>
|
||||
{{ partial "navigation.html" . }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in new issue