-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpicotest.html
More file actions
38 lines (33 loc) · 1.16 KB
/
Copy pathpicotest.html
File metadata and controls
38 lines (33 loc) · 1.16 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="color-scheme" content="light dark">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.indigo.min.css">
<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=Nothing+You+Could+Do&display=swap" rel="stylesheet">
<title>odette: simple event invites</title>
<style>
h1 {
font-family: "Nothing You Could Do", cursive;
}
</style>
</head>
<body>
<main class="container">
<dialog open>
<article style="text-align: center;">
<header>
<h1>💌 odette</h1>
</header>
<menu style="list-style-type: none; padding: 0;">
<li>Dirt-simple event invites 📅 </li>
<li>🌻 By you, for you</li>
<li>Always free, never ads ✊</li>
</menu>
</article></dialog>
</main>
</body>
</html>