Add favicon

This commit is contained in:
Divyam Ahuja 2024-11-02 12:43:44 +05:30
parent 7b56079a6d
commit 9df77ef8cb
2 changed files with 2 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

View file

@ -8,6 +8,8 @@ templ Base(title string) {
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Symbols+Outlined" />
<script src="assets/js/htmx.min.js"></script>
<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>
</head>
<body>