diff options
author | Zhongheng Liu <z.liu@outlook.com.gr> | 2024-04-30 18:43:34 +0300 |
---|---|---|
committer | Zhongheng Liu <z.liu@outlook.com.gr> | 2024-04-30 18:43:34 +0300 |
commit | 9085f5cae2c3c5b0d5db75a4046f0c0a8cdf29cc (patch) | |
tree | 23e1c8f52f48c8b2193d4f2fadbe16beffbe4411 | |
parent | 5b4e46bb390daae7712a6179e3f4db03ddf4d240 (diff) | |
download | stvnliu.gitlab.io-9085f5cae2c3c5b0d5db75a4046f0c0a8cdf29cc.tar.gz stvnliu.gitlab.io-9085f5cae2c3c5b0d5db75a4046f0c0a8cdf29cc.tar.bz2 stvnliu.gitlab.io-9085f5cae2c3c5b0d5db75a4046f0c0a8cdf29cc.zip |
feat: update from template
-rw-r--r-- | app/src/App.tsx | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/app/src/App.tsx b/app/src/App.tsx index a53698a..49f390d 100644 --- a/app/src/App.tsx +++ b/app/src/App.tsx @@ -5,20 +5,10 @@ import './App.css'; function App() { return ( <div className="App"> - <header className="App-header"> - <img src={logo} className="App-logo" alt="logo" /> - <p> - Edit <code>src/App.tsx</code> and save to reload. - </p> - <a - className="App-link" - href="https://reactjs.org" - target="_blank" - rel="noopener noreferrer" - > - Learn React - </a> - </header> + <div className="aboutme"> + <h1>Zhongheng Liu</h1> + <p>-- Web developer and GNU/Linux enthusiast.</p> + </div> </div> ); } |