Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
96 changes: 9 additions & 87 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,89 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<html>
<head>
<meta http-equiv="refresh" content="0; url=https://astro.build/" />
</head>

<title>Astro</title>
<meta name="description" content="Build faster websites, faster with less client-side Javascript. 🚀🧑‍🚀✨" />

<meta property="og:type" content="article" />
<meta property="og:title" content="Astro" />
<meta property="og:description" content="Build faster websites, faster with less client-side Javascript. 🚀🧑‍🚀✨" />
<meta property="og:image" content="astro.png" />

<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Astro" />
<meta name="twitter:description" content="Build faster websites, faster with less client-side Javascript. 🚀🧑‍🚀✨" />
<meta name="twitter:image" content="astro.png" />

<meta name="theme-color" content="#ff5d01" />
<meta name="msapplication-TileColor" content="#ff5d01" />

<style>
* {
font-family: sans-serif;
margin: 0;
padding: 0;
border: 0;
box-sizing: border-box;
}
html {
background-color: #000014;
width: 100%;
height: 100%;
}
body {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-family: sans-serif;
color: #ffffff;
}
body > * + * {
margin-top: 2em;
}
div {
text-align: center;
}
h1 {
font-weight: bold;
font-size: 30pt;
}
h2 {
font-weight: bold;
font-size: 16pt;
}
a {
background-color: #ff5d01;
color: #ffffff;
font-weight: bold;
text-decoration: none;
padding: 16px;
border-radius: 8px;
transition: transform 50ms ease-in-out;
}
a:hover,
a:focus {
transform: scale(1.1);
}
a:active {
transform: scale(1);
}
</style>
</head>
<body>
<img src="astro.png" alt="Astro logo" height="256" width="256" />
<div>
<h1>Astro</h1>
<h2>Build fast websites, faster.</h2>
</div>
<a href="https://astro.build" rel="noopener noreferrer">
Visit astro.build
</a>
</body>
<body>
<p>
<a href="https://astro.build/">Visit astro.build</a>
</p>
</body>
</html>