35 lines
1.3 KiB
HTML
35 lines
1.3 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Altitude Community</title>
|
|
<meta charset="utf-8">
|
|
<base href="/">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<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"/>
|
|
<!-- 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: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:site_name" content="Altitude Community"/>
|
|
|
|
<link rel="icon" type="image/png" href="public/favicon.png">
|
|
<style>
|
|
header {
|
|
height: 460px;
|
|
background-size: cover;
|
|
background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)) url("public/img/backgrounds/trees.jpg") no-repeat center;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<app-root></app-root>
|
|
</body>
|
|
</html>
|