This commit is contained in:
2025-12-03 21:50:51 -05:00
parent 2f877b63b8
commit 7747d415cc
6 changed files with 45 additions and 27 deletions

View File

@@ -0,0 +1,5 @@
[app]
name = "favicon"
version = "0.0.1"
authors = ["vx-clutch"]

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -0,0 +1,9 @@
local fes = require("fes")
local site = fes.fes()
site.title = "favicon"
site.favicon = "static/image/favicon.ico"
site:h1("Hello, World!")
return site