lumeweb.com/src/pages/index.astro

29 lines
766 B
Plaintext

---
import Navbar from "../components/Navbar/Navbar.astro";
import Header from "../components/P1/Header/Header.astro";
import Vision from "../components/P1/Vision/Vision.astro";
import "../index.css";
---
<!DOCTYPE html>
<html lang="en">
<head>
<title>Lume Web - Web3 for the masses</title>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=5.0"
/>
<meta
name="description"
content="Lume Web - Web3 for the masses | Install the Lume Web3 Extension and have a 1-click gateway into the Web3 internet on Opera, Vivaldi, Edge, and Firefox."
/>
<meta name="keywords" content="Web3 Extension, Lume Web, Web3" />
</head>
<body>
<Navbar />
<Header />
<Vision />
</body>
</html>