-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (18 loc) · 1.01 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!doctype html>
<html lang="en" dir="ltr" class="bg-background h-full font-varela-round">
<head>
<meta charset="utf-8" />
<title>Hybrid Theme Builder</title>
<base href="/" />
<meta name="viewport" content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0" />
<meta name="description" content="Hybrid Theme Builder (Hybrid UI) for Material You" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-title" content="Hybrid Theme Builder" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<!-- Imports an icon to represent the document. -->
<link rel="icon" href="/favicon.ico" type="image/png" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<script type="module" src="/src/main.ts"></script>
</head>
<body class="bg-surface max-w-screen-lg mx-auto overflow-x-hidden overflow-y-auto w-full h-full text-bodyMedium text-onSurface"></body>
</html>