PWA
This commit is contained in:
+9
-4
@@ -2,13 +2,18 @@
|
||||
<html lang="en" translate="no" class="dark h-full bg-stone-900">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||||
<link rel="icon" href="/icons/favicon.ico" />
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<title>N0mbers</title>
|
||||
<meta name="description" content="Reach the result in five operations or less">
|
||||
<link rel="icon" href="/icons/favicon.ico">
|
||||
<link rel="alternate icon" href="/favicon.ico" type="image/png" sizes="16x16">
|
||||
<link rel="apple-touch-icon" href="/icons/apple-touch-icon.png" sizes="180x180">
|
||||
<link rel="mask-icon" href="/icons/favicon.svg" color="#1C1917">
|
||||
<meta name="theme-color" content="#1C1917">
|
||||
</head>
|
||||
|
||||
<body class="bg-stone-300 text-stone-900 dark:bg-stone-900 dark:text-stone-200 h-full relative transition-colors">
|
||||
<body class="bg-stone-300 text-stone-900 dark:bg-stone-900 dark:text-stone-200 h-full relative">
|
||||
<div id="app" class="h-full"></div>
|
||||
<script type="module" src="/src/main.ts"></script>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user