mirror of
https://github.com/Relintai/pandemonium_cms.git
synced 2024-11-14 09:37:19 +01:00
21 lines
661 B
Plaintext
21 lines
661 B
Plaintext
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://Main.gd" type="Script" id=1]
|
|
[ext_resource path="res://addons/web_pages/classes/WebPage.gd" type="Script" id=2]
|
|
[ext_resource path="res://addons/web_pages/classes/WebPageList.gd" type="Script" id=3]
|
|
|
|
[node name="WebServer" type="WebServerSimple"]
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="WebRoot" type="WebRoot" parent="."]
|
|
|
|
[node name="index" type="StaticWebPage" parent="WebRoot"]
|
|
uri_segment = "/"
|
|
data = "<a href=\"/blog\">Blog</a>"
|
|
|
|
[node name="WebPage" type="WebNode" parent="WebRoot"]
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="WebPageList" type="WebNode" parent="WebRoot"]
|
|
script = ExtResource( 3 )
|