質問編集履歴

1

失礼いたしました。htmlソースコードを全て掲載しました。よろしくお願い致します。

2017/11/22 09:26

投稿

hydroxy
hydroxy

スコア49

test CHANGED
File without changes
test CHANGED
@@ -6,13 +6,47 @@
6
6
 
7
7
  ```HTML
8
8
 
9
+ <!DOCTYPE html>
10
+
11
+ <html>
12
+
13
+ <head>
14
+
15
+ <meta charset="utf-8">
16
+
17
+ <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
18
+
19
+ <title>無題ドキュメント</title>
20
+
21
+ <link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.css" />
22
+
23
+ <link rel="stylesheet" href="style.css" />
24
+
25
+ <script src="http://code.jquery.com/jquery-1.9.0.js"></script>
26
+
27
+ <script src="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.js"></script>
28
+
29
+ </head>
30
+
31
+
32
+
33
+ <body>
34
+
35
+
36
+
9
37
  <div data-role="header" data-theme="b" data-position="fixed">
10
38
 
11
39
  <a href="" data-rel="back">戻る</a>
12
40
 
13
- <h1><img src="images/main_logo.png"></h1>
41
+ <h1><img src="main_logo.png"></h1>
14
42
 
15
43
  </div>
44
+
45
+
46
+
47
+ </body>
48
+
49
+ </html>
16
50
 
17
51
  ```
18
52