Added the slogan.

This commit is contained in:
Batuhan Basoglu 2021-03-28 20:42:46 -04:00
parent 3e8d92c230
commit 4c5823a9b5
3 changed files with 58 additions and 19 deletions

View file

@ -1,28 +1,11 @@
import { Component } from "react";
import Homepage from './homePage/Homepage'
class App extends Component {
render() {
return (
<div className="App">
<header className="App-header">
<h1>Kene's Crib</h1>
<p>Real Website loading.......</p>
</header>
<section>
<h1>hello everyone</h1>
<div class="alert alert-primary" role="alert">
A simple primary alertcheck it out!
</div>
<div class="alert alert-primary" role="alert">
A simple primary alertcheck it out!
</div>
<div class="alert alert-primary" role="alert">
A simple primary alertcheck it out!
</div>
<div class="alert alert-primary" role="alert">
A simple primary alertcheck it out!
</div>
</section>
<Homepage/>
</div>
);
}