add favicon, Dockerfile
This commit is contained in:
parent
fe0e735c77
commit
9fba15cd93
4 changed files with 12 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -103,4 +103,5 @@ dist
|
|||
# TernJS port file
|
||||
.tern-port
|
||||
|
||||
src/temp
|
||||
src/temp
|
||||
src/build
|
9
Dockerfile
Normal file
9
Dockerfile
Normal file
|
@ -0,0 +1,9 @@
|
|||
FROM denoland/deno:alpine-1.19.3
|
||||
|
||||
MAINTAINER Help-14 [mail@help14.com]
|
||||
LABEL maintainer="mail@help14.com"
|
||||
|
||||
COPY src/* /app/
|
||||
WORKDIR /app
|
||||
|
||||
CMD deno --allow-net --allow-read --allow-write main.ts
|
|
@ -6,7 +6,7 @@
|
|||
<title></title>
|
||||
<meta name="description" content="" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<link rel="icon" type="image/png" href="assets/favicon.ico" />
|
||||
<link rel="stylesheet" href="css/font.css">
|
||||
<link rel="stylesheet" href="css/all.min.css">
|
||||
<link rel="stylesheet" href="css/custom.css">
|
||||
|
|
BIN
src/public/assets/favicon.ico
Normal file
BIN
src/public/assets/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 126 KiB |
Loading…
Add table
Reference in a new issue