ncounter.git

git clone https://git.crispbyte.dev/ncounter.git

ncounter.git / src
CheddarCrisp  ·  2024-04-12

index.html

 1<!DOCTYPE html>
 2<html lang="en">
 3  <head>
 4    <meta charset="UTF-8">
 5    <meta name="viewport" content="width=device-width, initial-scale=1.0">
 6    <meta name="description" content="Web app for keeping track of anything you want to count.">
 7    <title>NCounter</title>
 8    <link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined" rel="stylesheet" />
 9    <link rel="apple-touch-icon" sizes="180x180" href="icons/apple-touch-icon.png">
10    <link rel="icon" type="image/png" sizes="32x32" href="icons/favicon-32x32.png">
11    <link rel="icon" type="image/png" sizes="16x16" href="icons/favicon-16x16.png">
12    <link rel="manifest" href="icons/site.webmanifest">
13    <link rel="mask-icon" href="icons/safari-pinned-tab.svg" color="#3a86b7">
14    <link rel="shortcut icon" href="icons/favicon.ico">
15    <meta name="msapplication-TileColor" content="#dce6ef"> 
16    <meta name="msapplication-config" content="icons/browserconfig.xml">
17    <meta name="theme-color" content="#dce6ef">
18  </head>
19  <body>
20    <noscript>
21      JavaScript is required to run this application.
22      This app uses no cookies or trackers.
23      All data is stored on your device.
24      You can enable JavaScript without worries about your privacy.
25    </noscript>
26  </body>
27</html>