-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (27 loc) · 1.32 KB
/
index.html
File metadata and controls
33 lines (27 loc) · 1.32 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
<!DOCTYPE html>
<html lang="en">
<head>
<link data-trunk rel="copy-file" href="posts.json" />
<link data-trunk rel="copy-dir" href="assets" />
<link data-trunk rel="copy-dir" href="files" />
<link data-trunk rel="scss" href="/stylesheets/index.scss" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="og:title" content="Web Segment" />
<meta name="og:description" content="A hobbyist programmer's personal website" />
<meta name="og:image" content="/assets/logo.png" />
<meta name="og:type" content="website" />
<meta name="theme-color" content="#dd7bba" />
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico"/>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+Mono:wght@100..900&family=Space+Mono:wght@700&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/2a47be33f8.js" crossorigin="anonymous"></script>
<title>Web Segment</title>
</head>
<body>
<div id="Splash">
<h1 id="Splash-inner">Web Segment</h1>
</div>
</body>
</html>