diff options
Diffstat (limited to 'examples/html/hello1.html')
-rw-r--r-- | examples/html/hello1.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/html/hello1.html b/examples/html/hello1.html new file mode 100644 index 0000000..1998f6c --- /dev/null +++ b/examples/html/hello1.html @@ -0,0 +1,10 @@ +<html> +<head> + <title>Hello World</title> + <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> +</head> +<body> + <div align="center">Hello World!<br></div> +</body> +</html> + |