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,9 +2,7 @@
|
||||
<title>Internal server error</title>
|
||||
</svelte:head>
|
||||
|
||||
<Layout page='home'>
|
||||
<h1>Internal server error</h1>
|
||||
</Layout>
|
||||
<h1>Internal server error</h1>
|
||||
|
||||
<style>
|
||||
h1 {
|
||||
@@ -21,14 +19,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