+ This will determine the name of the file on download, not including the file extension.
+ You can put these following templates in the format, which
+ will be replaced with the relevant information:
+ %name%
+ for the original file name,
+ %extension%
+ for the original file extension, and
+ %date%
+ for a date string of when the file was converted.
+
+
+
+
+
+
+
+
Second option
+
+ This is just a sample option. This should not show up on
+ the live website. JOVANN, DO NOT ADD THIS TO THE LIVE
+ WEBSITE. PLEASE. JOVANN!!!!
+
+
+
+
+
+
+
+
+
+
diff --git a/src/lib/sections/settings/index.ts b/src/lib/sections/settings/index.ts
new file mode 100644
index 0000000..a216ea0
--- /dev/null
+++ b/src/lib/sections/settings/index.ts
@@ -0,0 +1,2 @@
+export { default as Appearance } from "./Appearance.svelte";
+export { default as Conversion } from "./Conversion.svelte";
diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte
index cf860d2..319f4b1 100644
--- a/src/routes/+page.svelte
+++ b/src/routes/+page.svelte
@@ -31,7 +31,7 @@
The file converter you'll love.
All processing is done on your device. No file size
limit, no ads, and completely open source.
diff --git a/src/routes/settings/+page.svelte b/src/routes/settings/+page.svelte
index e69de29..74eb035 100644
--- a/src/routes/settings/+page.svelte
+++ b/src/routes/settings/+page.svelte
@@ -0,0 +1,25 @@
+
+
+