1
+ <!DOCTYPE html>
2
+ < html lang ="en " data-theme ="dark ">
3
+
4
+ < head >
5
+ < meta charset ="UTF-8 " />
6
+ < title > MystBin - Maintenance</ title >
7
+
8
+ < meta name ="viewport " content ="width=device-width,initial-scale=1 " />
9
+ < meta name ="description " content ="Easily share code and text. " />
10
+
11
+ <!-- PACKAGES -->
12
+ <!-- SCRIPTS -->
13
+ < script src ="static/scripts/themes.js " defer > </ script >
14
+
15
+ <!-- STYLESHEETS -->
16
+ < link rel ="preload " href ="static/styles/global.css " as ="style " />
17
+ < link rel ="stylesheet " type ="text/css " href ="static/styles/global.css " />
18
+
19
+
20
+ <!-- FONTS -->
21
+ < link rel ="preconnect " href ="https://fonts.googleapis.com ">
22
+ < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin >
23
+ < link
24
+ href ="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap "
25
+ rel ="stylesheet ">
26
+ < link rel ="preconnect " href ="https://fonts.googleapis.com ">
27
+ < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin >
28
+ < link
29
+ href ="https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap "
30
+ rel ="stylesheet ">
31
+
32
+ < link rel ="icon " href ="static/images/favicon.png " />
33
+ </ head >
34
+
35
+ < body >
36
+ < div class ="header ">
37
+ < a class ="headerSection " href ="/ ">
38
+ < img src ="/static/images/logo.svg " class ="logo " />
39
+ MystBin
40
+ </ a >
41
+ < div >
42
+ < input id ="themeSwitch " class ="themeSwitch " type ="checkbox " />
43
+ < label for ="themeSwitch "> </ label >
44
+ </ div >
45
+ </ div >
46
+
47
+ < form id ="content " class ="content ">
48
+ < h2 > We are currently undergoing maintenance, be back soon!</ h2 >
49
+ </ form >
50
+
51
+ < div class ="footer ">
52
+ < div class ="footerSection ">
53
+ < img src ="/static/images/logo.svg " class ="logo " />
54
+ < span class ="footerText ">
55
+ MystBin - Copyright © 2020-current PythonistaGuild
56
+ </ span >
57
+ </ div >
58
+ < div class ="footerSection ">
59
+ < a href ="vscode:extension/PythonistaGuild.mystbin "> Install on < img src ="/static/images/vsc.svg " class ="vsc " /> </ a >
60
+ < a href ="/api/documentation "> Documentation</ a >
61
+ < a href ="https://discord.gg/RAKc3HF "> Discord</ a >
62
+ < a href ="https://github.com/PythonistaGuild "> GitHub</ a >
63
+ </ div >
64
+ </ div >
65
+ </ body >
66
+
67
+ </ html >
0 commit comments