Skip to content

Commit bcf5f15

Browse files
authored
Merge pull request #386 from conao3/add-closing-tag
Add closing `p` tag
2 parents 811910b + 8ab1494 commit bcf5f15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

404.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
---
55
<div class="posts">
66
<p>E149: お探しのページが見つかりません。</p>
7-
<p id="slacklog-404" style="display: none">slacklog は運用を停止しました。
7+
<p id="slacklog-404" style="display: none">slacklog は運用を停止しました。</p>
88
</div>
99

1010
<script>
1111
var path = window.location.pathname;
1212
if (path === "/slacklog" || path.startsWith("/slacklog/")) {
1313
document.getElementById("slacklog-404").style.display = 'inline'
1414
}
15-
</script>
15+
</script>

0 commit comments

Comments
 (0)