202309090326
This commit is contained in:
parent
4ae7340445
commit
e71f5b1f23
1 changed files with 2 additions and 2 deletions
|
@ -3,9 +3,9 @@ import Layout from '../layouts/Layout.astro';
|
||||||
import Card from '../components/Card.astro';
|
import Card from '../components/Card.astro';
|
||||||
---
|
---
|
||||||
|
|
||||||
<Layout title="Welcome to Astro.">
|
<Layout title="Home Page">
|
||||||
<main>
|
<main>
|
||||||
<h1> <span class="text-gradient">Welcome Home :)</span></h1>
|
<h1><span class="text-gradient">Welcome Home :)</span></h1>
|
||||||
<ul role="list" class="link-card-grid">
|
<ul role="list" class="link-card-grid">
|
||||||
<Card
|
<Card
|
||||||
href="https://git.ouroboros.group/"
|
href="https://git.ouroboros.group/"
|
||||||
|
|
Loading…
Reference in a new issue