-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (26 loc) · 1.24 KB
/
Copy pathindex.html
File metadata and controls
35 lines (26 loc) · 1.24 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Aitelier · prompts, skills, agents</title>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="icon" type="image/png" sizes="32x32" href="icons/icon-32.png">
<link rel="icon" type="image/png" sizes="16x16" href="icons/icon-16.png">
<link rel="apple-touch-icon" sizes="180x180" href="icons/icon-180.png">
<link rel="manifest" href="site.webmanifest">
<meta name="theme-color" content="#c44a2a">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-title" content="Aitelier">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<link rel="stylesheet" href="src/styles/library.css">
</head>
<body>
<nav id="navbar" class="navbar"></nav>
<main id="main" class="wrap max-w-[1320px] mx-auto px-8 pb-24"></main>
<div id="legend" class="legend-bar" role="status" aria-label="Keyboard legend"></div>
<div class="toast" id="toast"><span class="toast-dot"></span><span id="toastMsg">Copied</span></div>
<script type="module" src="src/app.js"></script>
</body>
</html>