fes

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 442e5c7f126be1ecfc1fd071871c5ad17ca3eb1b
parent aab31daa2e1bcf5e7b0ddca0995268b16fb35236
Author: vx-clutch <[email protected]>
Date:   Wed, 19 Nov 2025 21:46:13 -0500

remove sam

Diffstat:
Dsam-fan-page/Fes.toml | 9---------
Dsam-fan-page/www/index.lua | 6------
2 files changed, 0 insertions(+), 15 deletions(-)

diff --git a/sam-fan-page/Fes.toml b/sam-fan-page/Fes.toml @@ -1,9 +0,0 @@ -[site] - -name = "sam-fan-page" -version = "0.0.1" -authors = ["vx-clutch"] - -[fes] -version = "1.0.0" -CUSTOM_CSS = diff --git a/sam-fan-page/www/index.lua b/sam-fan-page/www/index.lua @@ -1,6 +0,0 @@ -local fes = require("fes") -local site = fes.site_builder() - -site:h1("Hello, World!") - -return site