質問編集履歴
1
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -26,4 +26,16 @@
|
|
26
26
|
|
27
27
|
</script>
|
28
28
|
|
29
|
+
|
30
|
+
|
31
|
+
<script>
|
32
|
+
|
33
|
+
window.onload=function(){
|
34
|
+
|
35
|
+
document.documentElement.prepend("<!DOCTYPE html>");
|
36
|
+
|
37
|
+
}
|
38
|
+
|
39
|
+
</script>
|
40
|
+
|
29
41
|
```
|