File tree Expand file tree Collapse file tree 2 files changed +21
-27
lines changed Expand file tree Collapse file tree 2 files changed +21
-27
lines changed Original file line number Diff line number Diff line change 7
7
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
8
8
< meta name ="description " content ="nodetomic-api-swagger ">
9
9
< meta name ="author " content ="nodetomic-api-swagger ">
10
- < title > API - Development </ title >
10
+ < title > Nodetomic </ title >
11
11
< link href ="https://fonts.googleapis.com/css?family=Roboto:300 " rel ="stylesheet ">
12
12
< link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.7/slate/bootstrap.min.css ">
13
13
< link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css ">
Original file line number Diff line number Diff line change 7
7
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
8
8
< meta name ="description " content ="nodetomic-api-swagger ">
9
9
< meta name ="author " content ="nodetomic-api-swagger ">
10
- < title > API - Production</ title >
11
- < link href ="https://fonts.googleapis.com/css?family=Roboto:300 " rel ="stylesheet ">
12
- < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.7/slate/bootstrap.min.css ">
13
- < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css ">
14
- < link rel ="stylesheet " href ="style.css ">
10
+ < link href ="https://fonts.googleapis.com/css?family=Roboto:100 " rel ="stylesheet ">
11
+ < title > Nodetomic</ title >
15
12
</ head >
16
13
17
14
< body >
18
- < div class ="container " id ="app ">
19
- < div class ="row ">
20
-
21
- < div class ="col-lg-12 ">
22
-
23
- < div class ="logo ">
24
- < a href ="/ ">
25
- < img src ="logo.svg " id ="logo " />
26
- </ a >
27
- </ div >
28
-
29
- < div class ="section animated fadeInDown "> Production</ div >
30
-
31
- < div class ="footer animated fadeInUp ">
32
- API by
33
- < a href ="" target ="_blank "> @author</ a >
34
- </ div >
35
-
36
- </ div >
37
- </ div >
15
+ < div >
16
+ Nodetomic
38
17
</ div >
39
-
18
+ < style >
19
+ div {
20
+ font-family : 'Roboto' , sans-serif;
21
+ width : 300px ;
22
+ height : 60px ;
23
+ position : absolute;
24
+ left : 50% ;
25
+ top : 50% ;
26
+ margin-left : -150px ;
27
+ margin-top : -30px ;
28
+ color : # 585858 ;
29
+ font-size : 50px ;
30
+ font-weight : 100 ;
31
+ text-align : center;
32
+ }
33
+ </ style >
40
34
</ body >
41
35
42
36
</ html >
You can’t perform that action at this time.
0 commit comments