diff options
author | schencej <schencej@clarkson.edu> | 2019-09-14 13:15:56 -0400 |
---|---|---|
committer | schencej <schencej@clarkson.edu> | 2019-09-14 13:15:56 -0400 |
commit | 30ea1d1313e5830456b49cd100906eb0c4f3efd0 (patch) | |
tree | ed064cb2aea7f23ff9e2dbad47f5161fe6fe41fc /recipeBuddy/src/index.html |
Initial commit
Diffstat (limited to 'recipeBuddy/src/index.html')
-rw-r--r-- | recipeBuddy/src/index.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipeBuddy/src/index.html b/recipeBuddy/src/index.html new file mode 100644 index 0000000..122efbf --- /dev/null +++ b/recipeBuddy/src/index.html @@ -0,0 +1,13 @@ +<!doctype html> +<html lang="en"> +<head> + <meta charset="utf-8"> + <title>RecipeBuddy</title> + <base href="/"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="icon" type="image/x-icon" href="favicon.ico"> +</head> +<body> + <app-root></app-root> +</body> +</html> |