Spaces:
Running
Running
<html lang="en"> | |
<head> | |
<meta charset="utf-8" /> | |
<meta name="description" content="Svelte demo app" /> | |
<link rel="icon" href="/favicon.png" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1" /> | |
<title>About</title> | |
<link rel="stylesheet" href="/build/_app/assets/start-61d1577b.css"> | |
<link rel="stylesheet" href="/build/_app/assets/pages/__layout.svelte-bf6a9d26.css"> | |
<link rel="stylesheet" href="/build/_app/assets/pages/about.svelte-bf4528fa.css"> | |
</head> | |
<body> | |
<div id="svelte"> | |
<header class="svelte-t2wq17"><div class="corner svelte-t2wq17"><a href="https://kit.svelte.dev" class="svelte-t2wq17"><img src="/build/_app/assets/svelte-logo-87df40b8.svg" alt="SvelteKit" class="svelte-t2wq17"></a></div> | |
<nav class="svelte-t2wq17"><svg viewBox="0 0 2 3" aria-hidden="true" class="svelte-t2wq17"><path d="M0,0 L1,2 C1.5,3 1.5,3 2,3 L2,0 Z" class="svelte-t2wq17"></path></svg> | |
<ul class="svelte-t2wq17"><li class="svelte-t2wq17"><a sveltekit:prefetch href="./" class="svelte-t2wq17">Home</a></li> | |
<li class="svelte-t2wq17 active"><a sveltekit:prefetch href="./about" class="svelte-t2wq17">About</a></li> | |
</ul> | |
<svg viewBox="0 0 2 3" aria-hidden="true" class="svelte-t2wq17"><path d="M0,0 L0,3 C0.5,3 0.5,3 1,2 L2,0 Z" class="svelte-t2wq17"></path></svg></nav> | |
<div class="corner svelte-t2wq17"></div> | |
</header> | |
<main class="svelte-1izrdc8"> | |
<div class="content svelte-cf77e8"><h1>About this app</h1> | |
<p>This is a <a href="https://kit.svelte.dev">SvelteKit</a> app. You can make your own by typing the | |
following into your command line and following the prompts: | |
</p> | |
<pre>npm init svelte@next</pre> | |
<p>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. | |
</p> | |
<p>The <a href="/todos">TODOs</a> page illustrates SvelteKit's data loading and form handling. Try using | |
it with JavaScript disabled! | |
</p> | |
</div></main> | |
<footer class="svelte-1izrdc8"><p>visit <a href="https://kit.svelte.dev" class="svelte-1izrdc8">kit.svelte.dev</a> to learn SvelteKit</p> | |
</footer> | |
</div> | |
</body> | |
</html> | |