Skip to content

Commit

Permalink
Create index.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasHT22 authored Sep 4, 2023
1 parent 8466853 commit 3fe8c66
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
import '../styles/global.css'
---

<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>Lucas :D</title>
<script>
window.va = window.va || function () { (window.vaq = window.vaq || []).push(arguments); };
</script>
<script defer src="/_vercel/insights/script.js"></script>
</head>
<body>
<h1>Sorry for the inconvenience! This site is temporally out to improve the translations.<h1>
</body>
</html>

0 comments on commit 3fe8c66

Please sign in to comment.