mirror of
https://github.com/kevin-DL/sapper-template.git
synced 2026-01-21 22:15:00 +00:00
experimental new structure
This commit is contained in:
@@ -2,11 +2,9 @@
|
||||
<title>Not found</title>
|
||||
</svelte:head>
|
||||
|
||||
<Layout page='home'>
|
||||
<h1>Not found</h1>
|
||||
<h1>Not found</h1>
|
||||
|
||||
<p>Please check the URL</p>
|
||||
</Layout>
|
||||
<p>Please check the URL</p>
|
||||
|
||||
<style>
|
||||
h1, p {
|
||||
@@ -30,14 +28,4 @@
|
||||
font-size: 4em;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
<script>
|
||||
import Layout from './_components/Layout.html';
|
||||
|
||||
export default {
|
||||
components: {
|
||||
Layout
|
||||
}
|
||||
};
|
||||
</script>
|
||||
</style>
|
||||
Reference in New Issue
Block a user