-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (27 loc) · 1.36 KB
/
index.html
File metadata and controls
30 lines (27 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html lang="en">
<head>
<title>Swifty. Beta</title>
<meta charset="utf-8">
<link rel="shortcut icon" type="image/png" href="./img/favicon.png"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="container-fluid swifty-main text-center">
<img src="./img/logo.png" height="116" width="340">
<br><br><br><br>
<h1>Welcome to <span style="color: #D0021B">Swifty.</span></h1>
<p style="font-size: 18px">Swifty is the new platform based on serverless approach to easily create backends for mobile and web application.</p>
<p style="font-size: 18px">It includes all components you need: serverless functions, object storage, maria and mongo databases, authentication-as-a-service.</p><br>
<a class="btn btn-default btn-lg" href="https://swifty.cloud" target="">Start now!</a>
</div>
<div class="container-fluid swifty-footer text-center">
<a href="mailto:info@swifty.cloud" target="">contact us</a>
<p>(С) SwiftyCloud OU, 2018</p>
</div>
</body>
</html>