質問編集履歴

3

html タグのタイポを修正しました

2018/06/21 12:30

投稿

ValveHead
ValveHead

スコア6

test CHANGED
File without changes
test CHANGED
@@ -14,13 +14,13 @@
14
14
 
15
15
  <html>
16
16
 
17
- <header>
17
+ <head>
18
18
 
19
19
  <meta charset="UTF-8">
20
20
 
21
21
  <title>{{ title }}</title>
22
22
 
23
- </header>
23
+ </head>
24
24
 
25
25
  <body>
26
26
 

2

html タグのタイポを再修正しました(終了タグを修正するべきでした)

2018/06/21 12:30

投稿

ValveHead
ValveHead

スコア6

test CHANGED
File without changes
test CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
  <body>
26
26
 
27
- <h2>welcome to {{ message }}</h2>
27
+ <h1>welcome to {{ message }}</h1>
28
28
 
29
29
  <h2>welcome to {{ substr(message, 0, -6) }}</h2>
30
30
 

1

html タグのタイポを修正しました

2018/06/10 06:43

投稿

ValveHead
ValveHead

スコア6

test CHANGED
File without changes
test CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
  <body>
26
26
 
27
- <h1>welcome to {{ message }}</h2>
27
+ <h2>welcome to {{ message }}</h2>
28
28
 
29
29
  <h2>welcome to {{ substr(message, 0, -6) }}</h2>
30
30