This commit removes the redundant logo.svg file. It then adds several new components including 'footer', 'contact_form', 'home', 'verify_email' in forms/src/components directory. It also includes associated CSS files for styling these components. Updates have also been made in the index.html file for SEO metadata. Changes made aim to enhance functionality and improve user interface.
37 lines
2.1 KiB
HTML
37 lines
2.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Survival Minecraft Server on 1.20.4! | Altitude Community</title>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="description"
|
|
content="Start your adventure today! We are a 1.20.4 survival community with McMMO, MyPet, Dynmap, & player shop based economy. Monthly server events. Best community in 1.20.4!">
|
|
<meta name="keywords"
|
|
content="minecraft,survival,server,servers,community,small,vanilla,semivanilla,dynmap,mcmmo,griefing,1.20.4,altitude,alttd,play,join,find,friends,friendly,simple,private,whitelist,whitelisted,creative,worldedit">
|
|
<meta name="author" content="Altitude Community">
|
|
<meta name="theme-color" content="#1f9bde">
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
<!-- Twitter Card data -->
|
|
<meta name="twitter:card" content="summary"/>
|
|
<meta name="twitter:title" content="Community-centered Survival Minecraft Server"/>
|
|
<meta name="twitter:description"
|
|
content="Start your adventure today! We host 1.20.4 survival with features suggested by our community: McMMO, MyPet, Dynmap, & economy. Monthly server events..."/>
|
|
<!-- Twitter Summary card images must be at least 120x120px -->
|
|
<meta name="twitter:image" content="https://www.alttd.com/assets/img/random/seo.jpg"/>
|
|
<!-- Open Graph data -->
|
|
<meta property="og:title" content="Community-centered 1.20.4 Survival Minecraft Server"/>
|
|
<meta property="og:type" content="article"/>
|
|
<meta property="og:url" content="https://www.alttd.com/"/>
|
|
<meta property="og:image" content="https://www.alttd.com/assets/img/random/seo.jpg"/>
|
|
<meta property="og:description"
|
|
content="Start your adventure today! We host 1.20.4 survival with features suggested by our community: McMMO, MyPet, Dynmap, & economy. Monthly server events..."/>
|
|
<meta property="og:site_name" content="Altitude Community"/>
|
|
|
|
<link rel="icon" type="image/png" href="%PUBLIC_URL%/favicon.png"/>
|
|
</head>
|
|
<body>
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|