Skip to content

Commit

Permalink
#202 aqdd page
Browse files Browse the repository at this point in the history
  • Loading branch information
neiesc committed Dec 27, 2023
1 parent b57c0d1 commit f65ae55
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions page/src/pages/index.astro
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
import { Content } from "../../../README.md";
---

<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width" />
<meta name="generator" content={Astro.generator} />
<title>Astro</title>
</head>
<body>
<h1>Astro</h1>
</body>
<head>
<meta charset="utf-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width" />
<meta name="generator" content={Astro.generator} />
<title>Awesome Minimalist Frameworks (In progress)</title>
</head>
<body>
<Content />
</body>
</html>

0 comments on commit f65ae55

Please sign in to comment.