move boilerplates
This commit is contained in:
parent
84c031ecbe
commit
a800a4338a
3 changed files with 10 additions and 25 deletions
10
src/pages/boilerplate.astro
Normal file
10
src/pages/boilerplate.astro
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
import Layout from '../layouts/Layout.astro';
|
||||||
|
import Card from '../components/Card.astro';
|
||||||
|
---
|
||||||
|
|
||||||
|
<Layout title="LimePot - ">
|
||||||
|
<main>
|
||||||
|
|
||||||
|
</main>
|
||||||
|
</Layout>
|
|
@ -1,10 +0,0 @@
|
||||||
---
|
|
||||||
import Layout from '../../layouts/Layout.astro';
|
|
||||||
import Card from '../../components/Card.astro';
|
|
||||||
---
|
|
||||||
|
|
||||||
<Layout title="LimePot - ">
|
|
||||||
<main>
|
|
||||||
|
|
||||||
</main>
|
|
||||||
</Layout>
|
|
|
@ -1,15 +0,0 @@
|
||||||
---
|
|
||||||
import Layout from '../../layouts/Layout.astro';
|
|
||||||
import Card from '../../components/Card.astro';
|
|
||||||
---
|
|
||||||
|
|
||||||
<Layout title="LimePot - *** -RSS">
|
|
||||||
<main>
|
|
||||||
<h2 class="title">
|
|
||||||
<a href="./THERSS.rss">Download the RSS file.</a>
|
|
||||||
<image src="../assets/rss.png" width="24" height="24"></image>
|
|
||||||
</h2>
|
|
||||||
<br>
|
|
||||||
<!--SCRIPT HERE: https://rss.bloople.net/-->
|
|
||||||
</main>
|
|
||||||
</Layout>
|
|
Loading…
Reference in a new issue