This commit is contained in:
S.long 2020-05-07 13:25:02 +07:00
parent 37dbf6f1bb
commit bf52895d8b
2 changed files with 31 additions and 0 deletions

31
src/App.js.save Normal file
View File

@ -0,0 +1,31 @@
import React from 'react';
import logo from './logo.svg';
import './App.css';
function App() {
return (
<h1>React My DOCKER Second TimeY
</h1>
)
return (
<div className="App">
<header className="App-header">
<img src={logo} className="App-logo" alt="logo" />
<p>
Edit <code>src/App.js</code> and save to reload.
</p>
<a
className="App-link"
href="https://reactjs.org"
target="_blank"
rel="noopener noreferrer"
>
Learn React
</a>
</header>
</div>
);
}
export default App;

0
test13 Normal file
View File