-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (31 loc) · 1.1 KB
/
Copy pathindex.html
File metadata and controls
31 lines (31 loc) · 1.1 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Xenon vibe pages</title>
<link rel="icon" href="./assets/images/favicon.png" />
<link rel="stylesheet" href="./assets/css/xenon-vibe.css" />
</head>
<body>
<main class="entry-shell">
<section class="entry-panel">
<h1 class="entry-title">xenon style study</h1>
<p class="entry-desc">
two static page recreations focused on xenon's interface vibe,
spacing, and component styling language.
</p>
<div class="entry-links">
<a class="entry-link" href="./donate/index.html">
<strong>donate page</strong>
<span>/donate</span>
</a>
<a class="entry-link" href="./settings/metadata/index.html">
<strong>metadata settings page</strong>
<span>/settings/metadata</span>
</a>
</div>
</section>
</main>
</body>
</html>