The page you're looking at is purely static HTML, with no client-side interactivity needed.
+ Because of that, we don't need to load any JavaScript. Try viewing the page's source, or opening
+ the devtools network panel and reloading.
The Sverdle page that is usually included here illustrates SvelteKit's data loading and form
+ handling. Try using it with JavaScript disabled!
However, the Sverdle page here is deleted since GitHub Pages is only for SSG.
`;return{c(){e=p("meta"),s=v(),t=p("div"),t.innerHTML=r,this.h()},l(a){const n=f("svelte-x6pml2",document.head);e=d(n,"META",{name:!0,content:!0}),n.forEach(o),s=y(a),t=d(a,"DIV",{class:!0,"data-svelte-h":!0}),_(t)!=="svelte-igrpbt"&&(t.innerHTML=r),this.h()},h(){l(e,"name","description"),l(e,"content","About this app"),l(t,"class","text-column")},m(a,n){S(document.head,e),c(a,s,n),c(a,t,n)},p:i,i,o:i,d(a){a&&(o(s),o(t)),o(e)}}}class k extends m{constructor(e){super(),g(this,e,null,b,u,{})}}export{k as component,x as universal};
diff --git a/_app/version.json b/_app/version.json
new file mode 100644
index 0000000..7ea304a
--- /dev/null
+++ b/_app/version.json
@@ -0,0 +1 @@
+{"version":"1722177378096"}
\ No newline at end of file
diff --git a/about/index.html b/about/index.html
new file mode 100644
index 0000000..f83284c
--- /dev/null
+++ b/about/index.html
@@ -0,0 +1,53 @@
+
+
+
+
-
About this app
-
-
- This is a SvelteKit app. You can make your own by typing the
- following into your command line and following the prompts:
-
-
-
npm create svelte@latest
-
-
- The page you're looking at is purely static HTML, with no client-side interactivity needed.
- Because of that, we don't need to load any JavaScript. Try viewing the page's source, or opening
- the devtools network panel and reloading.
-
-
-
- The Sverdle page that is usually included here illustrates SvelteKit's data loading and form
- handling. Try using it with JavaScript disabled!
-
-
-
- However, the Sverdle page here is deleted since GitHub Pages is only for SSG.
-
-
diff --git a/svelte.config.js b/svelte.config.js
deleted file mode 100644
index 95dcb15..0000000
--- a/svelte.config.js
+++ /dev/null
@@ -1,15 +0,0 @@
-import adapter from '@sveltejs/adapter-static';
-import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
-
-/** @type {import('@sveltejs/kit').Config} */
-const config = {
- kit: {
- adapter: adapter(),
- paths: {
- base: process.env.NODE_ENV === 'production' ? '/sveltekit' : ''
- }
- },
- preprocess: vitePreprocess()
-};
-
-export default config;
diff --git a/tailwind.config.js b/tailwind.config.js
deleted file mode 100644
index bfe0bc2..0000000
--- a/tailwind.config.js
+++ /dev/null
@@ -1,8 +0,0 @@
-/** @type {import('tailwindcss').Config} */
-export default {
- content: ['./src/**/*.{html,js,svelte,ts}'],
- theme: {
- extend: {}
- },
- plugins: []
-};
diff --git a/vite.config.js b/vite.config.js
deleted file mode 100644
index 3406f32..0000000
--- a/vite.config.js
+++ /dev/null
@@ -1,6 +0,0 @@
-import { sveltekit } from '@sveltejs/kit/vite';
-import { defineConfig } from 'vite';
-
-export default defineConfig({
- plugins: [sveltekit()]
-});
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.