add favicon, Dockerfile

This commit is contained in:
Help-14 2022-03-26 10:05:30 +07:00
parent fe0e735c77
commit 9fba15cd93
4 changed files with 12 additions and 2 deletions

3
.gitignore vendored
View file

@ -103,4 +103,5 @@ dist
# TernJS port file
.tern-port
src/temp
src/temp
src/build

9
Dockerfile Normal file
View 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

View file

@ -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">

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB