-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
96 lines (84 loc) · 5.15 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<title>Hyperium</title>
<meta name="author" content="Hyperium Team" />
<meta name="description"
content="Hyperium is an Open Source Minecraft Client with plenty of features and customization." />
<link rel="manifest" href="https://hyperium.cc/manifest.json" />
<link rel="shortcut icon" href="https://hyperium.cc/favicon.png" />
<meta name="theme-color" content="#2196F3" />
<meta name="keywords"
content="hyperium, hyperiumclient, cc, client, minecraft, clients, opensource, free, ez, skywars, bedwars, win, download, op, best, mods, mod, addons, sk1er, cubixity, kevinpriv, chattriggers, games, videogames, custom, cool, click, duels, mixins, megawalls, net, hypixel, mchypixel, community, hcc, revamp, beta, noprice, forge, mcforge, files, video, youtube, joinnow, use, popular, open, source, dev, java, mcp, modify, modded, modified, hyperion" />
<!-- Facebook Open Graph -->
<meta property="og:url" content="https://hyperium.cc/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Hyperium" />
<meta property="og:image" content="https://hyperium.cc/favicon.png" />
<meta property="og:description"
content="Hyperium is an Open Source Minecraft Client with plenty of features and customization." />
<meta property="og:site_name" content="Hyperium" />
<meta property="og:locale" content="en_US" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@HyperiumClient" />
<meta name="twitter:creator" content="@HyperiumClient" />
<meta name="twitter:url" content="https://hyperium.cc/" />
<meta name="twitter:title" content="Hyperium" />
<meta name="twitter:description"
content="Hyperium is an Open Source Minecraft Client with plenty of features and customization." />
<meta name="twitter:image" content="https://hyperium.cc/favicon.png" />
<!-- Disable automatic detection and formatting of possible phone numbers -->
<meta name="format-detection" content="telephone=no" />
<meta name="skype_toolbar" content="skype_toolbar_parser_compatible" />
<!-- UC/QQ Browsers Settings -->
<meta name="nightmode" content="disable" />
<meta name="x5-fullscreen" content="true" />
<meta name="imagemode" content="force" />
<meta name="wap-font-scale" content="no" />
<meta name="full-screen" content="yes" />
<!-- Force IE 8/9/10 to use its latest rendering engine -->
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet" />
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<link rel="stylesheet"
href="https://unpkg.com/material-components-web@latest/dist/material-components-web.min.css" />
<link rel="stylesheet" href="dist/main.css" />
</head>
<body class="mdc-typography">
<div class="mdc-top-app-bar--fixed-adjust">
<div id="home" class="main-title-container">
<div class="mdc-layout-grid">
<div class="mdc-layout-grid__inner">
<div
class="mdc-layout-grid__cell mdc-layout-grid__cell--span-4-desktop mdc-layout-grid__cell--span-12-phone mdc-layout-grid__cell--span-12-tablet">
<h1 class="mdc-typography--headline2 mdc-theme--text-primary-on-light">
Hyperium
</h1>
<span class="mdc-typography--body1 mdc-theme--text-primary-on-light">
Hyperium is no longer available, and we will no longer provide support for it.
</span>
<span class="mdc-typography--body1 mdc-theme--text-primary-on-light">
Click the button below to find a list of replacement Forge mods.
</span>
<br>
<a href="https://github.com/asbyth/Hyperium-Replacements" class="mdc-button mdc-button--raised">
<div class="mdc-button__ripple"></div>
<span class="mdc-button__label">Replacement mods</span>
</a>
<br>
<br>
<span style="width: 70%;" class="mdc-typography--body1 mdc-theme--text-primary-on-light">
And as one last goodbye, we wanted to appreciate everyone that has contributed anything to Hyperium in any way.
<br>This could be anyone that has translated it, contributed to the code, helped support another user, and of course everyone that's used Hyperium.
<br>It's been a good run!
</span>
</div>
</div>
</div>
</div>
<script src="https://unpkg.com/material-components-web@latest/dist/material-components-web.min.js"></script>
</body>
</html>