質問編集履歴

1

ソースコードの編集

2018/01/07 05:33

投稿

bookreading
bookreading

スコア19

test CHANGED
File without changes
test CHANGED
@@ -6,6 +6,34 @@
6
6
 
7
7
  ```HTML
8
8
 
9
+ <html lang="ja">
10
+
11
+ <head>
12
+
13
+ <title></title>
14
+
15
+ <!-- Required meta tags -->
16
+
17
+ <meta charset="utf-8">
18
+
19
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
20
+
21
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
22
+
23
+ <link rel="stylesheet" href="navbar_style.css">
24
+
25
+ <!-- Bootstrap CSS -->
26
+
27
+ <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
28
+
29
+ <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
30
+
31
+ <link rel="stylesheet" href="http://fonts.googleapis.com/earlyaccess/notosansjp.css">
32
+
33
+ </head>
34
+
35
+ <body>
36
+
9
37
  <div class="container-fluid">
10
38
 
11
39
  <nav class="navbar navbar-expand-sm">
@@ -13,6 +41,10 @@
13
41
  </nav>
14
42
 
15
43
  </div>
44
+
45
+ </body>
46
+
47
+ </html>
16
48
 
17
49
  ```
18
50