質問編集履歴

1

ええrb

2023/01/10 13:01

投稿

lop000p
lop000p

スコア29

test CHANGED
File without changes
test CHANGED
@@ -35,6 +35,43 @@
35
35
 
36
36
  export default App
37
37
  ```
38
+ ```CSS
39
+ .body {
40
+ background-image: url("13527.jpg");
41
+ height:1000px;
42
+ width: 100%;
43
+ }
44
+ .center {
45
+ text-align:center;
46
+ }
47
+
48
+ ```
49
+ ```HTML
50
+ <!DOCTYPE html>
51
+ <html lang="en">
52
+ <head>
53
+ <meta charset="utf-8" />
54
+ <link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
55
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
56
+ <meta name="theme-color" content="#000000" />
57
+ <meta
58
+ name="description"
59
+ content="Web site created using create-react-app"
60
+ />
61
+ <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
62
+ <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
63
+ <title>React App</title>
64
+ <!-- Bootstrap CSS -->
65
+ <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
66
+ </head>
67
+ <body>
68
+ <noscript>You need to enable JavaScript to run this app.</noscript>
69
+ <div id="root"></div>
70
+ </body>
71
+ </html>
72
+
73
+
74
+ ```
38
75
 
39
76
  実行したところ、Titleメソッドは実行されているようですが、InputBoxメソッドが実行されておらず、
40
77
  ブラウザで表示が確認できませんでした。なにが理由かわからず、コンソールにエラーも出ておりません。