Landing page UIRP.ORG
This commit is contained in:
commit
4c257cb8c7
121
index.html
Normal file
121
index.html
Normal file
@ -0,0 +1,121 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>UIRP</title>
|
||||
<style>
|
||||
body {
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
|
||||
background-color: #121419;
|
||||
color: #a0a7b5;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
min-height: 100vh;
|
||||
text-align: center;
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
.container {
|
||||
max-width: 800px;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.logo-container {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
.logo-r {
|
||||
font-size: 5rem;
|
||||
font-weight: bold;
|
||||
color: #f0f0e6;
|
||||
position: relative;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.logo-star {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 50%;
|
||||
font-size: 1.5rem;
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
|
||||
.logo-divider {
|
||||
height: 70px;
|
||||
width: 2px;
|
||||
background-color: #f0f0e6;
|
||||
margin: 0 20px;
|
||||
}
|
||||
|
||||
.logo-a {
|
||||
font-size: 5rem;
|
||||
font-weight: bold;
|
||||
color: #f0f0e6;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.logo-text {
|
||||
font-size: 3.5rem;
|
||||
font-weight: normal;
|
||||
color: #f0f0e6;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 1.2rem;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #ff3465;
|
||||
text-decoration: none;
|
||||
transition: color 0.3s ease;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #ff6b8d;
|
||||
}
|
||||
|
||||
.footer {
|
||||
margin-top: 50px;
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
.footer a {
|
||||
margin: 0 10px;
|
||||
}
|
||||
|
||||
.footer-dot {
|
||||
margin: 0 5px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<img src="https://media.discordapp.net/attachments/1294679345943543810/1351247557745184778/icon.png?ex=67f2bb5a&is=67f169da&hm=cd5ae58ac4712aefd115aa302497a2db805e408bf57d2cdd0392a785b823aa25&=&format=webp&quality=lossless&width=625&height=625" alt="United Islands Logo" width="250" height="250">
|
||||
<div class="logo-container">
|
||||
|
||||
<div class="logo-text">United Islands Project</div>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
United Islands is a vibrant and immersive FiveM and RedM server offering an exciting, community-driven experience. Whether you're exploring the vast landscapes of GTA V or the rugged terrain of Red Dead Redemption 2, United Islands provides a dynamic world filled with endless possibilities. With custom-built features, engaging roleplay scenarios, and a dedicated player base, it’s the perfect place for those seeking adventure, interaction, and creativity. Join us and become part of a thriving online community that thrives on fun, collaboration, and storytelling!
|
||||
</p>
|
||||
|
||||
<p>
|
||||
You can find us on <a href="https://discord.gg/6FUefh62Jn">Discord</a>.
|
||||
</p>
|
||||
|
||||
<div class="footer">
|
||||
<p>Copyright © 2025 United Islands. All rights reserved. <a href="https://github.com/androxaaa">AX / NWD</a> </p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
x
Reference in New Issue
Block a user