Add icons and make installable
Change up some colors
This commit is contained in:
parent
cea4f35d52
commit
7b1d517659
21 changed files with 318 additions and 4 deletions
11
src/index.html
Normal file
11
src/index.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue