2020-03-07 10:46:39 -05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
2020-03-07 11:00:24 -05:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<meta name="description" content="Web app for keeping track of anything you want to count.">
|
2020-03-07 10:46:39 -05:00
|
|
|
<title>NCounter</title>
|
|
|
|
${require('./icon/html_code.html')}
|
|
|
|
</head>
|
|
|
|
<body>
|
2020-03-07 11:00:24 -05:00
|
|
|
<noscript>
|
|
|
|
JavaScript is required to run this application.
|
|
|
|
This app uses no cookies or trackers.
|
|
|
|
All data is stored on your device.
|
|
|
|
You can enable JavaScript without worries about your privacy.
|
|
|
|
</noscript>
|
2020-03-07 10:46:39 -05:00
|
|
|
</body>
|
|
|
|
</html>
|