Add favicon
This commit is contained in:
parent
7b56079a6d
commit
9df77ef8cb
2 changed files with 2 additions and 0 deletions
BIN
internal/web/assets/favicon.ico
Normal file
BIN
internal/web/assets/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.2 KiB |
|
|
@ -8,6 +8,8 @@ templ Base(title string) {
|
||||||
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Symbols+Outlined" />
|
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Symbols+Outlined" />
|
||||||
<script src="assets/js/htmx.min.js"></script>
|
<script src="assets/js/htmx.min.js"></script>
|
||||||
<link rel="stylesheet" href="assets/css/output.css"/>
|
<link rel="stylesheet" href="assets/css/output.css"/>
|
||||||
|
<meta name="description" content="fastbin: sharing code made faster" />
|
||||||
|
<link rel="icon" href="/assets/favicon.ico" />
|
||||||
<title>{ title }</title>
|
<title>{ title }</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue