Modified Title & Tab, updated url for Github, updated url paths for project and started template for views within api application

This commit is contained in:
Michael Roy
2024-05-18 22:04:38 -04:00
parent a333aa8fa4
commit 54e0d6a24c
16 changed files with 24 additions and 26 deletions

View File

@@ -2,9 +2,9 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/" href="/DeepImpact_Logo.jpeg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React</title>
<title>Deep Impact</title>
</head>
<body>
<div id="root"></div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 217 KiB

View File

@@ -1,5 +1,5 @@
function About() {
return (
<>
<div className='text-white text-center flex flex-col w-1/2'>
@@ -19,11 +19,10 @@ function About() {
</ul>
</div>
<p className='italic m-4'>The Sky Is Falling!</p>
<p className='m-4'>To see learn more about Deep Impact, checkout our <a href='https://github.com/Team-Deep-Impact/Deep-Impact/blob/threats-page/frontend/src/pages/about.jsx' className='underline hover:text-red-900'>GitHub</a>.</p>
<p className='m-4'>To see learn more about Deep Impact, checkout our <a href='https://github.com/Team-Deep-Impact/Deep-Impact' className='underline hover:text-red-900'>GitHub</a>.</p>
</div>
</>
)
}
export default About