質問編集履歴
1
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -12,4 +12,10 @@
|
|
12
12
|
document.html.prepend("<!DOCTYPE html>");
|
13
13
|
}
|
14
14
|
</script>
|
15
|
+
|
16
|
+
<script>
|
17
|
+
window.onload=function(){
|
18
|
+
document.documentElement.prepend("<!DOCTYPE html>");
|
19
|
+
}
|
20
|
+
</script>
|
15
21
|
```
|