diff --git a/.gitignore b/.gitignore index 1cb16d5..7db26a4 100644 --- a/.gitignore +++ b/.gitignore @@ -59,7 +59,7 @@ temp/ *.tmp # Luanti/Minetest specific files (if running locally) -worlds/ +/worlds/ mods/ games/ textures/ diff --git a/views/worlds/index.ejs b/views/worlds/index.ejs new file mode 100644 index 0000000..e651a92 --- /dev/null +++ b/views/worlds/index.ejs @@ -0,0 +1,138 @@ +<% +const body = ` +
Manage your Luanti worlds
+${world.description}
` : ''} +Create your first world to get started with hosting Luanti servers.
+ Create First World +