summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/src/App.tsx18
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>
);
}