質問編集履歴
2
ソースコードをくくりました
title
CHANGED
File without changes
|
body
CHANGED
@@ -8,6 +8,8 @@
|
|
8
8
|
```
|
9
9
|
|
10
10
|
###該当のソースコード
|
11
|
+
```
|
12
|
+
|
11
13
|
<!DOCTYPE html>
|
12
14
|
<html lang="ja">
|
13
15
|
<head>
|
@@ -15,7 +17,7 @@
|
|
15
17
|
<title>トイレポート</title>
|
16
18
|
|
17
19
|
|
18
|
-
|
20
|
+
<style>
|
19
21
|
#map{
|
20
22
|
width: 100%
|
21
23
|
height: 600px;
|
@@ -121,7 +123,6 @@
|
|
121
123
|
|
122
124
|
google.maps.event.addDomListener(window, 'load', map_canvas);
|
123
125
|
</script>
|
124
|
-
```
|
125
126
|
</head>
|
126
127
|
<body>
|
127
128
|
<h1>トイレポート@駒場Iキャンパス</h1>
|
1
タグで囲みました
title
CHANGED
File without changes
|
body
CHANGED
@@ -13,7 +13,9 @@
|
|
13
13
|
<head>
|
14
14
|
<meta charset="utf-8">
|
15
15
|
<title>トイレポート</title>
|
16
|
+
|
17
|
+
|
16
|
-
|
18
|
+
```<style>
|
17
19
|
#map{
|
18
20
|
width: 100%
|
19
21
|
height: 600px;
|
@@ -119,6 +121,7 @@
|
|
119
121
|
|
120
122
|
google.maps.event.addDomListener(window, 'load', map_canvas);
|
121
123
|
</script>
|
124
|
+
```
|
122
125
|
</head>
|
123
126
|
<body>
|
124
127
|
<h1>トイレポート@駒場Iキャンパス</h1>
|