質問編集履歴

1

ご指摘の通り、bootstrapを使用しています。

2016/01/24 11:08

投稿

uchida_yuma
uchida_yuma

スコア44

test CHANGED
File without changes
test CHANGED
@@ -8,7 +8,47 @@
8
8
 
9
9
  ```ここに言語を入力
10
10
 
11
+ <html lang="ja">
12
+
11
- HTML
13
+ <head>
14
+
15
+ <meta charset="utf-8">
16
+
17
+ <title>インターン</title>
18
+
19
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
20
+
21
+ <meta name="copyright" content="Template Party">
22
+
23
+ <meta name="description" content="仕事を経験してから働きたい個人と働く姿を見てから採用したい企業のマッチングサービス">
24
+
25
+ <meta name="keywords" content="キーワード1,キーワード2,キーワード3,キーワード4,キーワード5">
26
+
27
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
28
+
29
+ <meta name="viewport" content="width=device-width, initial-scale=1">
30
+
31
+ <!-- BootstrapのCSS読み込み -->
32
+
33
+ <link href="css/bootstrap.min.css" rel="stylesheet">
34
+
35
+ <!-- カスタマイズ用CSS -->
36
+
37
+ <link href="css/mycss.css" rel="stylesheet">
38
+
39
+ <!-- jQuery読み込み -->
40
+
41
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
42
+
43
+ <!-- BootstrapのJS読み込み -->
44
+
45
+ <script src="js/bootstrap.min.js"></script>
46
+
47
+ <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
48
+
49
+ <script type="text/javascript" src="js/openclose.js"></script>
50
+
51
+ </head>
12
52
 
13
53
  <body id="top">
14
54