From 6bb6594cc488e13f5cfbcb0e7d7983312fc38ba1 Mon Sep 17 00:00:00 2001 From: SSP6904 Date: Tue, 24 Sep 2024 21:58:44 -0400 Subject: [PATCH] added files --- htmledit.html | 50 +++++++++++++++++++++++++++++++++++++++++++++++++ index.html | 52 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 102 insertions(+) create mode 100644 htmledit.html create mode 100644 index.html diff --git a/htmledit.html b/htmledit.html new file mode 100644 index 0000000..50b6b77 --- /dev/null +++ b/htmledit.html @@ -0,0 +1,50 @@ + + + +HTML Editor + + + + + + + +
+

HTML

+
+
+
+
+
+
+
+
+
+ + + + \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..c65f524 --- /dev/null +++ b/index.html @@ -0,0 +1,52 @@ + + + +Markdown Editor + + + + + + + +
+

Markdown

+
+
+
+
+
+
+
+
+
+ + + + + \ No newline at end of file