Skip to content

Commit 01fe126

Browse files
committed
Updated views
1 parent fe7831f commit 01fe126

File tree

2 files changed

+21
-27
lines changed

2 files changed

+21
-27
lines changed

src/views/default/development.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<meta name="description" content="nodetomic-api-swagger">
99
<meta name="author" content="nodetomic-api-swagger">
10-
<title>API - Development</title>
10+
<title>Nodetomic</title>
1111
<link href="https://fonts.googleapis.com/css?family=Roboto:300" rel="stylesheet">
1212
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.7/slate/bootstrap.min.css">
1313
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">

src/views/default/production.html

Lines changed: 20 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -7,36 +7,30 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<meta name="description" content="nodetomic-api-swagger">
99
<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>
1512
</head>
1613

1714
<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
3817
</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>
4034
</body>
4135

4236
</html>

0 commit comments

Comments
 (0)