This repository has been archived by the owner on Apr 23, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.html
39 lines (36 loc) · 2.25 KB
/
test.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Withered</title>
<meta name="description" content="Reliable hosting for your software, game, mod or product">
<link rel="icon" type="image/png" sizes="750x750" href="assets/img/wither_skull.png">
<link rel="icon" type="image/png" sizes="750x750" href="assets/img/wither_skull.png">
<link rel="icon" type="image/png" sizes="1000x1000" href="assets/img/logo.png">
<link rel="icon" type="image/png" sizes="1000x1000" href="assets/img/logo.png">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=DM+Sans:400,400i,500,500i,700,700i&display=swap">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Quicksand:300,400,500,600,700&display=swap">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.12.0/css/all.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css">
<link rel="stylesheet" href="assets/css/colors.css">
<link rel="stylesheet" href="assets/css/footer.css">
<link rel="stylesheet" href="assets/css/main.css">
<link rel="stylesheet" href="assets/css/misc.css">
<link rel="stylesheet" href="assets/css/sizes.css">
<link rel="stylesheet" href="assets/css/writer.css">
<title>Withered</title>
<meta content="Withered" property="og:title" />
<meta content="Reliable hosting for your software, game, mod or product" property="og:description" />
<meta content="https://www.withered.app" property="og:url" />
<meta content="https://www.withered.app/assets/img/logo.png" property="og:image" />
<meta content="#3f6aaa" data-react-helmet="true" name="theme-color" />
</head>
<body><p>This is normal text, and <span class="w-code">this is a code block</span></p>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/bs-init.js"></script>
<script src="assets/js/auth.js"></script>
<script src="assets/js/writer.js"></script>
</body>
</html>