diff options
Diffstat (limited to 'web/html_basics.html')
| -rw-r--r-- | web/html_basics.html | 10 |
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 |
