diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2023-01-23 14:14:07 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2023-01-23 14:14:07 +0530 |
commit | 43cd81bd64880af6492b94d644538df32bcf4e88 (patch) | |
tree | c07621299fcf8858ecea05b106c89ec575f41c7e /web/index.html | |
parent | 8c1bd6cafded83ab2729d851dcbe62df663e9667 (diff) |
upload files
Diffstat (limited to 'web/index.html')
-rw-r--r-- | web/index.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/web/index.html b/web/index.html new file mode 100644 index 0000000..3fcc91d --- /dev/null +++ b/web/index.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta http-equiv="X-UA-Compatible" content="ie=edge"> + <title>MyApp</title> + <script src="https://cdn.jsdelivr.net/npm/@tensorflow/tfjs@latest/dist/tf.min.js"></script> + </head> + <body> + <h1>Hello</h1> + <script src="script.js"></script> + </body> +</html> |