diff options
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> |
