mirror of
https://github.com/its-michaelroy/Deep-Impact.git
synced 2026-06-04 02:20:41 +00:00
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:
@@ -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>
|
||||
|
||||
BIN
frontend/public/DeepImpact.png
Normal file
BIN
frontend/public/DeepImpact.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 97 KiB |
BIN
frontend/public/DeepImpact_Logo.jpeg
Normal file
BIN
frontend/public/DeepImpact_Logo.jpeg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 217 KiB |
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user