AAAAAAAAAAAAGH

This commit is contained in:
Aquaticholic
2022-02-02 05:37:10 +00:00
parent 285eeb11d4
commit 54b3353a0b
33 changed files with 675 additions and 420 deletions
+2 -2
View File
@@ -3,9 +3,9 @@ import "./WelcomePage.css";
import "../App.css";
const WelcomePage = () => {
return (
<div class = "welcome">
<div className="welcome">
<h1>Welcome to Ridgebotics Scouting Web Application 2022</h1>
<img src = "/WelcomePageImage.webp"/>
<img src="/WelcomePageImage.webp" />
</div>
)
}