質問編集履歴

2

ページのソースを追記

2020/02/03 11:25

投稿

Mossa
Mossa

スコア10

test CHANGED
File without changes
test CHANGED
@@ -93,3 +93,97 @@
93
93
  Node.js v12.14.1
94
94
 
95
95
  npm 6.13.4
96
+
97
+
98
+
99
+ ### 追記 2020/02/03
100
+
101
+ ``````
102
+
103
+ <!DOCTYPE html>
104
+
105
+ <html lang="en">
106
+
107
+ <head>
108
+
109
+ <meta charset="utf-8" />
110
+
111
+ <link rel="icon" href="/favicon.ico" />
112
+
113
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
114
+
115
+ <meta name="theme-color" content="#000000" />
116
+
117
+ <meta
118
+
119
+ name="description"
120
+
121
+ content="Web site created using create-react-app"
122
+
123
+ />
124
+
125
+ <link rel="apple-touch-icon" href="/logo192.png" />
126
+
127
+ <!--
128
+
129
+ manifest.json provides metadata used when your web app is installed on a
130
+
131
+ user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
132
+
133
+ -->
134
+
135
+ <link rel="manifest" href="/manifest.json" />
136
+
137
+ <!--
138
+
139
+ Notice the use of in the tags above.
140
+
141
+ It will be replaced with the URL of the `public` folder during the build.
142
+
143
+ Only files inside the `public` folder can be referenced from the HTML.
144
+
145
+
146
+
147
+ Unlike "/favicon.ico" or "favicon.ico", "/favicon.ico" will
148
+
149
+ work correctly both with client-side routing and a non-root public URL.
150
+
151
+ Learn how to configure a non-root public URL by running `npm run build`.
152
+
153
+ -->
154
+
155
+ <title>React App</title>
156
+
157
+ </head>
158
+
159
+ <body>
160
+
161
+ <noscript>You need to enable JavaScript to run this app.</noscript>
162
+
163
+ <div id="root"></div>
164
+
165
+ <!--
166
+
167
+ This HTML file is a template.
168
+
169
+ If you open it directly in the browser, you will see an empty page.
170
+
171
+
172
+
173
+ You can add webfonts, meta tags, or analytics to this file.
174
+
175
+ The build step will place the bundled scripts into the <body> tag.
176
+
177
+
178
+
179
+ To begin the development, run `npm start` or `yarn start`.
180
+
181
+ To create a production bundle, use `npm run build` or `yarn build`.
182
+
183
+ -->
184
+
185
+ <script src="/static/js/bundle.js"></script><script src="/static/js/0.chunk.js"></script><script src="/static/js/main.chunk.js"></script></body>
186
+
187
+ </html>
188
+
189
+ ```

1

詳細を追記

2020/02/03 11:25

投稿

Mossa
Mossa

スコア10

test CHANGED
File without changes
test CHANGED
@@ -43,6 +43,8 @@
43
43
 
44
44
 
45
45
  と表示されブラウザが起動しましたが、ブラウザの画面には何も表示されていません。
46
+
47
+ (ページタイトルは表示されています。)
46
48
 
47
49
 
48
50