mirror of https://github.com/sveltejs/svelte
10 lines
580 B
10 lines
580 B
<script>
|
|
import { comicSans, link } from './styles.js';
|
|
import Hero from './Hero.html';
|
|
</script>
|
|
|
|
<Hero/>
|
|
|
|
<div class={comicSans}>
|
|
<p>Did you enjoy your lunch, mom? You drank it fast enough. I know, I just call her Annabelle cause she's shaped like a…she's the belle of the ball! YOU'RE the Chiclet! Not me. Caw ca caw, caw ca caw, caw ca caw! A Colombian cartel that WON'T kidnap and kill you. You go buy a tape recorder and record yourself for a whole day. <a class={link} href="https://bluthipsum.com/">I think you'll be surprised at some of your phrasing.</a></p>
|
|
</div> |