INPUT PAGE WIP

This commit is contained in:
Aquaticholic
2022-01-28 13:40:10 +00:00
parent f05d55a14d
commit 87bebf8ae6
16 changed files with 526 additions and 86 deletions
+13
View File
@@ -0,0 +1,13 @@
import React from 'react'
import "./WelcomePage.css";
import "../App.css";
const WelcomePage = () => {
return (
<div class = "welcome">
<h1>Welcome to Ridgebotics Scouting Web Application 2022</h1>
<img src = "/WelcomePageImage.webp"/>
</div>
)
}
export default WelcomePage