-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblocked.html
28 lines (27 loc) · 982 Bytes
/
blocked.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="favicon.ico">
<link rel="icon" href="favicon.ico">
<title>Artrium - Blocked</title>
<style>
@import url('https://rsms.me/inter/inter.css');
html { font-family: 'Inter', sans-serif; }
@supports (font-variation-settings: normal) {
html { font-family: 'Inter var', sans-serif; }
}
body {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 15vh;
}
</style>
</head>
<body>
<img src="blocked.png" alt="blocked" style="width: 200px;">
<h3 style="font-family: -apple-system, 'Inter', sans-serif;">Sorry, Artrium is not for Mobile.</h3>
</body>
</html>