1+ < html lang ="en "> < head > < meta charset ="utf-8 "> < meta name ="viewport " content ="width=device-width ">
2+ < title > _just error</ title >
3+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 "> < meta charset ="utf-8 "> < style >
4+ @import url ('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap' );
5+ html {
6+ line-height : 1.15 ;
7+ font-family : "Rubik" ;
8+ font-size : 16px ;
9+ scroll-behavior : smooth
10+ }
11+ body {
12+ margin : 0 ;
13+ font-weight : 400 ;
14+ font-style : normal;
15+ text-decoration : none;
16+ text-transform : none;
17+ letter-spacing : normal;
18+ line-height : 1.15 ;
19+ background : # 161616 ;
20+ }
21+ * {
22+ box-sizing : border-box;
23+ border-width : 0 ;
24+ border-style : solid;
25+ -webkit-font-smoothing : antialiased;
26+ }
27+ .home-container .just_ {
28+ width : 100% ;
29+ display : -webkit-box;
30+ display : -webkit-flex;
31+ display : -moz-box;
32+ display : -ms-flexbox;
33+ display : flex;
34+ min-height : 100vh ;
35+ -webkit-box-align : center;
36+ -webkit-align-items : center;
37+ -moz-box-align : center;
38+ -ms-flex-align : center;
39+ align-items : center;
40+ -webkit-box-orient : vertical;
41+ -webkit-box-direction : normal;
42+ -webkit-flex-direction : column;
43+ -moz-box-orient : vertical;
44+ -moz-box-direction : normal;
45+ -ms-flex-direction : column;
46+ flex-direction : column;
47+ -webkit-box-pack : center;
48+ -webkit-justify-content : center;
49+ -moz-box-pack : center;
50+ -ms-flex-pack : center;
51+ justify-content : center;
52+ background-image : -webkit-linear-gradient (left, rgba (0 , 0 , 0 , .72 )0% , rgba (0 , 0 , 0 , .8 )100% ), -webkit-linear-gradient (315deg , rgb (0 , 25 , 136 )1% , rgb (125 , 10 , 242 )99% );
53+ background-image : -moz-linear-gradient (left, rgba (0 , 0 , 0 , .72 )0% , rgba (0 , 0 , 0 , .8 )100% ), -moz-linear-gradient (315deg , rgb (0 , 25 , 136 )1% , rgb (125 , 10 , 242 )99% );
54+ background-image : -o-linear-gradient (left, rgba (0 , 0 , 0 , .72 )0% , rgba (0 , 0 , 0 , .8 )100% ), -o-linear-gradient (315deg , rgb (0 , 25 , 136 )1% , rgb (125 , 10 , 242 )99% );
55+ background-image : linear-gradient (90deg , rgba (0 , 0 , 0 , .72 )0% , rgba (0 , 0 , 0 , .8 )100% ), linear-gradient (135deg , rgb (0 , 25 , 136 )1% , rgb (125 , 10 , 242 )99% )
56+ }
57+ ._just {
58+ scale : 0.98 ;
59+ border-radius : 50px ;
60+ overflow : hidden;
61+ box-shadow : 0px 0px 20px 0px # 000000c4 ;
62+ }
63+ .home-name .just_ {
64+ color : rgb (255 , 255 , 255 );
65+ font-size : 50px ;
66+ font-family : "Rubik"
67+ }
68+
69+ .home-text1 .just_ {
70+ color : rgb (255 , 255 , 255 );
71+ font-size : 1.5em ;font-family : "Rubik"
72+ }
73+
74+ .home-text2 .just_ {
75+ color : rgb (255 , 255 , 255 );
76+ font-size : 16px ;font-family : "Rubik"
77+ }
78+ </ style > </ head > < body >
79+ < div class ="_just "> < div class ="just_ home-container "> < span class ="just_ home-name "> < span class ="just_ ">
80+ < span > Uh Oh!</ span >
81+ </ span > </ span > < h1 class ="just_ home-text1 "> < span class ="just_ ">
82+ < span > _just error: a client-side exception has occurred.</ span >
83+ </ span > </ h1 > < span class ="just_ home-text2 "> < span class ="just_ ">
84+ < span > See the browser console for more information.</ span >
85+ </ span > </ span > </ div > </ div > < script > document . ondragstart = noselect ; document . onselectstart = noselect ; document . oncontextmenu = noselect ; function noselect ( ) { return false ; } </ script > </ body > </ html >
0 commit comments