mirror of
https://github.com/Team4388/ScoutingApp2022.git
synced 2026-06-09 00:38:03 -06:00
centered welcome page
This commit is contained in:
@@ -1,8 +1,9 @@
|
|||||||
import React from 'react'
|
import React from 'react'
|
||||||
|
import "./WelcomePage.css";
|
||||||
const WelcomePage = () => {
|
const WelcomePage = () => {
|
||||||
return (
|
return (
|
||||||
<div class='center'>
|
<div class='center'>
|
||||||
|
<h1>Welcome to Ridgebotics Scouting Web Aplication 2022</h1>
|
||||||
<img src = "/WelcomePageImage.webp"/>
|
<img src = "/WelcomePageImage.webp"/>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user