質問編集履歴

1

コード

2020/03/11 06:48

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -20,6 +20,30 @@
20
20
 
21
21
  ```HTML
22
22
 
23
+ <!DOCTYPE html>
24
+
25
+ <html>
26
+
27
+
28
+
29
+ <head>
30
+
31
+ <link rel="stylesheet" type="text/css" href="../../../css/Monster_mainpage.css">
32
+
33
+ <script type="text/javascript" src="../../../js/Monster_mainpage.js"></script>
34
+
35
+ <meta http-equiv="content-type" content="text/html; charset=UTF-8">
36
+
37
+ <title>モンスターゲーム
38
+
39
+ </title>
40
+
41
+
42
+
43
+ </head>
44
+
45
+
46
+
23
47
  <body>
24
48
 
25
49
 
@@ -64,6 +88,10 @@
64
88
 
65
89
  </body>
66
90
 
91
+
92
+
93
+ </html>
94
+
67
95
  ```
68
96
 
69
97