-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (33 loc) · 1.81 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html lang="en" style="height:100%;overflow:hidden;">
<head>
<meta charset="UTF-8">
<title>Wilderzone.org</title>
<meta property="og:title" content="Wilderzone.org">
<meta property="og:site_name" content="Wilderzone.org">
<meta name="description" content="">
<meta property="og:description" content="">
<meta name="keywords" content="">
<meta name="author" content="Gigabyte5671">
<meta property="og:type" content="website">
<meta property="og:image" content="https://wilderzone.org/site_cover.webp">
<meta property="og:url" content="https://wilderzone.org/">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image:alt" content="site cover image">
<meta name="theme-color" content="#000000">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="https://wilderzone.live/assets/images/wilderzone_logo_symbol_lightgrey_small.png">
<link rel="stylesheet" href="https://wilderzone.live/css/root.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<main>
<img src="https://wilderzone.live/assets/images/wilderzone_logo_symbol_black_small.png" draggable="false" class="background">
<img src="https://wilderzone.live/assets/images/wilderzone_logo_symbol_black_small.png" draggable="false" class="logo">
<h1 class="title">Wilderzone.org</h1>
<h3 class="subtitle">Welcome to the Wilderzone.org Restoration Project</h3>
<p>You can find out more info about this project on the <b>Tribes Ascend Community Hub</b> Discord server.</p>
<p>Please make a Pull Request <a href="https://github.com/Gigabyte5671/wilderzone-org" target="_blank" rel="noreferrer" class="gitlink">here</a> if you would like to contribute.</p>
</main>
</body>
</html>