diff --git a/.vscode/launch.json b/.vscode/launch.json
index f1a48af..e22abfb 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -8,7 +8,7 @@
"type": "firefox",
"request": "launch",
"name": "Open index.html",
- "file": "c:\\Users\\lucab\\Desktop\\opendnd\\Website-draft\\index.html"
+ "file": "c:\\Users\\lucab\\Desktop\\freettrpg\\pages\\index.html"
}
]
}
\ No newline at end of file
diff --git a/assets/background.jpg b/assets/background.jpg
index a0cdc9f..0cc1b5a 100644
Binary files a/assets/background.jpg and b/assets/background.jpg differ
diff --git a/download.html b/download.html
index 7dba409..f709747 100644
--- a/download.html
+++ b/download.html
@@ -5,42 +5,21 @@
FreeTTRPG
+
+
-
+
- open a git console
- $ git init
- Initialize an empty Git repository in the current directory.
-
-
-
Go to our codeberg website
-
- $ git clone https://codeberg.org/Patrick_Pluto/FreeTTRPG.git
-
-
- Clone the FreeTTRPG repository from Codeberg to your local machine.
-
-
+
git clone
$ git clone https://codeberg.org/Patrick_Pluto/FreeTTRPG.git
@@ -50,13 +29,13 @@
-
+
move into the repository
$ cd FreeTTRPG
Display the contents of the license file (`LICENSE`).
-
+
read through our license
$ cat LICENSE
Move the bash console into the newly created repository
@@ -66,11 +45,5 @@
-