소스 검색

Corrected folder structure.

Jake Peek 4 년 전
부모
커밋
586d7bc9ae
5개의 변경된 파일16개의 추가작업 그리고 7개의 파일을 삭제
  1. 0 6
      public/style/bootstrap.css
  2. 0 0
      public/css/bootstrap.css.map
  3. 0 0
      public/css/style.css
  4. 16 1
      public/index.html
  5. BIN
      server.exe

+ 0 - 6
public/style/bootstrap.css

@@ -1,9 +1,3 @@
1
-/*!
2
- * Bootstrap v4.4.1 (https://getbootstrap.com/)
3
- * Copyright 2011-2019 The Bootstrap Authors
4
- * Copyright 2011-2019 Twitter, Inc.
5
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
6
- */
7 1
 :root {
8 2
   --blue: #007bff;
9 3
   --indigo: #6610f2;

public/style/bootstrap.css.map → public/css/bootstrap.css.map


public/style/style.css → public/css/style.css


+ 16 - 1
public/index.html

@@ -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>

BIN
server.exe