Add icons and make installable

Change up some colors
This commit is contained in:
CheddarCrisp 2020-03-07 10:46:39 -05:00
parent cea4f35d52
commit 7b1d517659
21 changed files with 318 additions and 4 deletions

11
src/index.html Normal file
View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta viewport="width=device-width, initial-scale=1.0">
<title>NCounter</title>
${require('./icon/html_code.html')}
</head>
<body>
</body>
</html>