alpha p6
This commit is contained in:
5
examples/favicon/Fes.toml
Normal file
5
examples/favicon/Fes.toml
Normal file
@@ -0,0 +1,5 @@
|
||||
[app]
|
||||
|
||||
name = "favicon"
|
||||
version = "0.0.1"
|
||||
authors = ["vx-clutch"]
|
||||
BIN
examples/favicon/static/image/favicon.ico
Normal file
BIN
examples/favicon/static/image/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
9
examples/favicon/www/index.lua
Normal file
9
examples/favicon/www/index.lua
Normal 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
|
||||
Reference in New Issue
Block a user