mirror of
https://github.com/journey-ad/Moe-Counter.git
synced 2024-11-23 23:30:56 +01:00
feat: add favicon
This commit is contained in:
parent
ee154902b2
commit
860d6813c1
BIN
assets/favicon.png
Normal file
BIN
assets/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.4 KiB |
1
index.js
1
index.js
@ -31,6 +31,7 @@ function getCountImage(count) {
|
||||
|
||||
|
||||
const app = express()
|
||||
app.use(express.static('assets'))
|
||||
app.use(compression())
|
||||
app.set('view engine', 'pug')
|
||||
|
||||
|
@ -2,6 +2,7 @@ html
|
||||
head
|
||||
title='Kawaii Counter!'
|
||||
meta(name='viewport', content='width=device-width, initial-scale=1')
|
||||
link(rel='icon', type='image/png', href='favicon.png')
|
||||
link(rel='stylesheet', href='https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/light.min.css')
|
||||
|
||||
body
|
||||
|
Loading…
Reference in New Issue
Block a user