|
@@ -1,5 +1,6 @@
|
1
|
1
|
<!DOCTYPE html>
|
2
|
2
|
<html lang="en">
|
|
3
|
+
|
3
|
4
|
<head>
|
4
|
5
|
<meta charset="UTF-8">
|
5
|
6
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
@@ -8,7 +9,21 @@
|
8
|
9
|
<link rel="stylesheet" href="/css/style.css">
|
9
|
10
|
<script src="/js/index.js"></script>
|
10
|
11
|
</head>
|
|
12
|
+
|
11
|
13
|
<body>
|
12
|
|
-
|
|
14
|
+ <div class="jumbotron jumbotron-fluid">
|
|
15
|
+ <div class="container">
|
|
16
|
+ <h1 class="display-4">Jetfruit</h1>
|
|
17
|
+ <p class="lead">Start your project from here.</p>
|
|
18
|
+ </div>
|
|
19
|
+ </div>
|
|
20
|
+ <div class="container-fluid">
|
|
21
|
+ <div class="row">
|
|
22
|
+ <div class="col">
|
|
23
|
+
|
|
24
|
+ </div>
|
|
25
|
+ </div>
|
|
26
|
+ </div>
|
13
|
27
|
</body>
|
|
28
|
+
|
14
|
29
|
</html>
|