WIP broken stage
This commit is contained in:
5
examples/00_simple/Fes.toml
Normal file
5
examples/00_simple/Fes.toml
Normal file
@@ -0,0 +1,5 @@
|
||||
[app]
|
||||
|
||||
name = "simple"
|
||||
version = "0.0.1"
|
||||
authors = ["vx-clutch"]
|
||||
5
examples/00_simple/README.md
Normal file
5
examples/00_simple/README.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# simple
|
||||
|
||||
This simple example shows the extensibility of the Fes framework. It shows the
|
||||
you do not necessarily need to use the site object (although it is recommended)
|
||||
you can define your own site, similar to how Lisps do things.
|
||||
1
examples/00_simple/www/index.lua
Normal file
1
examples/00_simple/www/index.lua
Normal file
@@ -0,0 +1 @@
|
||||
return "Hello, World!"
|
||||
Reference in New Issue
Block a user