-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathleisure.html
More file actions
26 lines (25 loc) · 789 Bytes
/
leisure.html
File metadata and controls
26 lines (25 loc) · 789 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>Leisure.NET</title>
<link rel="stylesheet" href="style.css">
<style>
:root{
--dark-bg: linear-gradient(to bottom right, rgb(45, 0, 54), rgb(32, 0, 39));
--dark-shadow: rgb(17,0,20);
--dark-border: linear-gradient(to bottom right, rgb(172, 2, 207), rgb(144, 1, 180));
--dark-fg: rgb(179, 107, 255);
--light-bg: rgb(241, 203, 227);
}
</style>
<script src="assets/util.js"></script>
</head>
<header>
<h1> <img src="assets/leisurenet.png" style="vertical-align: text-bottom; display: inline-block; width: 1em; height: 1em; margin-bottom: 2px"> Leisure.NET</h1>
<script>nav()</script>
</header>
<body>
<p>
Leisure.NET is a game thing
</p>
</body>