summaryrefslogtreecommitdiff
path: root/web/html_basics.html
diff options
context:
space:
mode:
authorzhang <zch921005@126.com>2022-05-21 14:23:49 +0800
committerzhang <zch921005@126.com>2022-05-21 14:23:49 +0800
commit678fab50280b647d95213a9695d07c49542696f2 (patch)
tree74ca60de14311a8a2ff58dbf82d9b7574c9cd3ef /web/html_basics.html
parent2180c68999eb8dc0c7bcec015b2703f5b8b20223 (diff)
0521
Diffstat (limited to 'web/html_basics.html')
-rw-r--r--web/html_basics.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/web/html_basics.html b/web/html_basics.html
new file mode 100644
index 0000000..08b5577
--- /dev/null
+++ b/web/html_basics.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <body>
+
+ <p style="color: red"> hello world! </p>
+
+ </body>
+ </head>
+</html> \ No newline at end of file