File tree Expand file tree Collapse file tree 1 file changed +46
-0
lines changed
Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="UTF-8 ">
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6+ < title > schmool.cool</ title >
7+ < link rel ="icon " href ="https://porkbun-media.s3-us-west-2.amazonaws.com/tld-buns/_moe.svg " type ="image/x-icon ">
8+ </ head >
9+ < style >
10+
11+ @font-face {
12+ font-family : 'OpenDyslexic' ;
13+ src : url (OpenDyslexic.woff2) format ('woff2' );
14+ font-weight : normal; font-style : normal;
15+ }
16+
17+ .footer {
18+ display : flex;
19+ justify-content : center;
20+ max-width : 480px ;
21+ padding : 0 10px ;
22+ box-sizing : border-box;
23+ flex-wrap : wrap;
24+ }
25+ .footer-container {
26+ margin : 24px auto auto auto;
27+ }
28+ .footer .buttons {
29+ line-height : 0 ;
30+ }
31+ .footer .buttons a {
32+ color : azure;
33+ }
34+
35+ h1 {text-align : center; color : azure;}
36+ p {text-align : center; color : azure;}
37+ code {text-align : center; color : azure;}
38+ pre {text-align : center; color : azure;}
39+ div {display : flex; justify-content : center;}
40+ a {color : rgb (55 , 0 , 255 ); text-decoration : underline; cursor : pointer;}
41+ body {background-color : rgb (6 , 0 , 24 ); font-family : 'OpenDyslexic' , sans-serif;}
42+ </ style >
43+
44+ < body >
45+ < p > hello world</ p >
46+ </ body > </ html >
You can’t perform that action at this time.
0 commit comments