evolutionOS-Website/pkg/index.html

72 lines
1.9 KiB
HTML
Raw Permalink Normal View History

2024-07-01 08:45:52 +01:00
<!DOCTYPE html>
<html>
<head>
<!DOCTYPE html>
<html>
<head>
<meta content="EvolutionOS Software Repository" property="og:title">
<meta content="The repository for evolutionOS">
<meta content="EvolutionOS Software Repository" property="og:site_name">
<meta content="https://hectabit.org/assets/img/evolutionos.png" property="og:image">
<link rel="icon" type="image/svg+xml" href="/assets/img/evolutionlogo.svg">
<title>EvolutionOS Software Repository</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f2f2f2;
color: #333;
margin: 0;
padding: 0;
}
.container {
width: 80%;
margin: 50px auto;
padding: 20px;
background-color: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
display: flex;
justify-content: center;
flex-direction: column;
}
h1 {
font-size: 32px;
text-align: center;
margin-bottom: 20px;
}
p {
font-size: 18px;
line-height: 1.5;
text-align: center;
margin-bottom: 20px;
}
a {
font-size: 18px;
line-height: 1.5;
text-align: center;
margin-bottom: 20px;
}
code {
background-color: #f2f2f2;
padding: 2px 4px;
font-family: Consolas, monospace;
font-size: 16px;
color: #333;
}
</style>
</head>
<body>
<div class="container">
<h1>Welcome to the EvolutionOS software Repository</h1>
<p>You have reached the landing page for the EvolutionOS software repository.</p>
<p> You may add this as an XBPS repo.</p>
<a href="/">Take me back home!</a>
</div>
</body>
</html>