centered welcome page

This commit is contained in:
Aquaticholic
2022-01-28 03:55:46 +00:00
parent 97d69d0756
commit 3e1403b58a
+2 -1
View File
@@ -1,8 +1,9 @@
import React from 'react'
import "./WelcomePage.css";
const WelcomePage = () => {
return (
<div class='center'>
<h1>Welcome to Ridgebotics Scouting Web Aplication 2022</h1>
<img src = "/WelcomePageImage.webp"/>
</div>
)