diff options
| author | 9308233900 <reagan_hunt@brown.edu> | 2021-04-17 00:12:57 -0700 |
|---|---|---|
| committer | 9308233900 <reagan_hunt@brown.edu> | 2021-04-17 00:12:57 -0700 |
| commit | fc88d4d950e4cfad96102267d1ec7c0042ed78f2 (patch) | |
| tree | 48358d0c78936358b5b69f08194ca703999c3de8 /react-frontend/src/components/landing.html | |
| parent | a7f1433da5ddf11845251a062da96bc42c631f50 (diff) | |
orientation completed
Diffstat (limited to 'react-frontend/src/components/landing.html')
| -rw-r--r-- | react-frontend/src/components/landing.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/react-frontend/src/components/landing.html b/react-frontend/src/components/landing.html new file mode 100644 index 0000000..8b33b5c --- /dev/null +++ b/react-frontend/src/components/landing.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html lang="en-US"> + <head> + <meta charset="utf-8"> + <title>WatchDogLanding</title> + </head> + <body> + <p>Hello welcome to watchdog</p> + </body> +</html> |
