diff options
author | 2023-07-30 19:56:00 +0530 | |
---|---|---|
committer | 2023-07-30 19:56:00 +0530 | |
commit | 34ba8e176db5663cd731413052524344910c5f3f (patch) | |
tree | 604b1d0825439876f1ac40157062007784c51080 /index.html | |
download | webtexteditor-main.tar webtexteditor-main.tar.gz webtexteditor-main.tar.bz2 webtexteditor-main.tar.lz webtexteditor-main.tar.xz webtexteditor-main.tar.zst webtexteditor-main.zip |
Initial Commitmain
Signed-off-by: Marc Pervaz Boocha <mboocha@sudomsg.xyz>
Diffstat (limited to 'index.html')
-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..0fb7f39 --- /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>Text Editor</title> + <link rel="stylesheet" href="index.css"> + <script type=module src="index.js"></script> +</head> + +</html>
\ No newline at end of file |