File tree Expand file tree Collapse file tree 2 files changed +73
-1
lines changed
Expand file tree Collapse file tree 2 files changed +73
-1
lines changed Original file line number Diff line number Diff line change 33 < head >
44 < title > Rust For Web</ title >
55
6- < meta http-equiv ="refresh " content ="0; url=https://github.com/RustForWeb " />
6+ < style >
7+ html {
8+ font-family : sans-serif;
9+ }
10+
11+ body {
12+ display : flex;
13+ flex-direction : column;
14+ align-items : center;
15+ }
16+
17+ h1 {
18+ margin-bottom : 0rem ;
19+ }
20+
21+ h2 {
22+ font-weight : normal;
23+ }
24+
25+ a {
26+ padding : 0.75rem 1rem ;
27+ color : # fff ;
28+ background-color : # f74c00 ;
29+ border : solid 1px # 000 ;
30+ border-radius : 0.5rem ;
31+ text-decoration : none;
32+ }
33+ </ style >
734 </ head >
835 < body >
36+ < img src ="logo.svg " alt ="Rust For Web Logo " width ="256 " height ="256 " />
937 < h1 > Rust For Web</ h1 >
38+ < h2 > Rust ports of web UI libraries.</ h2 >
39+
40+ < h3 >
41+ < a href ="https://github.com/RustForWeb "> GitHub</ a >
42+ </ h3 >
1043 </ body >
1144</ html >
You can’t perform that action at this time.
0 commit comments