diff options
author | 2023-07-30 19:54:00 +0530 | |
---|---|---|
committer | 2023-07-30 19:54:00 +0530 | |
commit | 5b0ecbfc06ef328dd2d31ff4d48f11622fc31be4 (patch) | |
tree | 3e7a13dfe0514f79b18dd219417f486e9893ada3 /index.html | |
download | translator-main.tar translator-main.tar.gz translator-main.tar.bz2 translator-main.tar.lz translator-main.tar.xz translator-main.tar.zst translator-main.zip |
Initial Commitmain
Signed-off-by: Marc Pervaz Boocha <mboocha@sudomsg.xyz>
Diffstat (limited to '')
-rw-r--r-- | index.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..2d551a4 --- /dev/null +++ b/index.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html lang="en"> + +<head> + <meta charset="utf-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1" /> + <title>Translator</title> + <link rel="stylesheet" href="index.css"> + <script type=module src="index.js"></script> +</head> + +</html>
\ No newline at end of file |