-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (44 loc) · 2.31 KB
/
index.html
File metadata and controls
44 lines (44 loc) · 2.31 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
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://unpkg.com/@fontsource/fira-sans@4.5.3/400.css">
<link rel="stylesheet" href="https://unpkg.com/@fontsource/fira-sans@4.5.3/500.css">
<link rel="stylesheet" href="https://unpkg.com/@steffo/bluelib@^4/dist/skeleton.root.css" type="text/css">
<link rel="stylesheet" href="https://unpkg.com/@steffo/bluelib@^4/dist/royaldawn.root.css" title="Royal Dawn" type="text/css">
<link rel="stylesheet alternate" href="https://unpkg.com/@steffo/bluelib@^4/dist/paper.root.css" title="Sheet of Paper" type="text/css">
<link rel="stylesheet alternate" href="https://unpkg.com/@steffo/bluelib@^4/dist/hacker.root.css" title="Hacker Terminal" type="text/css">
<link rel="stylesheet alternate" href="https://unpkg.com/@steffo/bluelib@^4/dist/sophon.root.css" title="The Sophonity" type="text/css">
<link rel="stylesheet alternate" href="https://unpkg.com/@steffo/bluelib@^4/dist/amber.root.css" title="Gestione Amber" type="text/css">
<link rel="stylesheet alternate" href="https://unpkg.com/@steffo/bluelib@^4/dist/pumpkin.root.css" title="Pumpkin Lantern" type="text/css">
<link rel="stylesheet alternate" href="https://unpkg.com/@steffo/bluelib@^4/dist/royalblue.root.css" title="Royal Blue" type="text/css">
<style>
body {
--bluelib-title-family: "Fira Sans", sans-serif;
--bluelib-title-weight: 500;
--bluelib-text-family: "Fira Sans", sans-serif;
--bluelib-text-weight: 400;
--bluelib-code-family: monospace;
--bluelib-code-weight: 400;
}
</style>
<title>RYG</title>
</head>
<body>
<div class="layout layout-threecol">
<main class="layout-threecol-center">
<h1>
RYG
</h1>
<section class="panel panel-box">
<h3>
Coming <small>soonish</small>
</h3>
<p>
There is no website here yet.
</p>
</section>
</main>
</div>
</body>
</html>