]> piware.de Git - learn-rust.git/blobdiff - simple-http/hello.html
simple-http: Initial skeleton
[learn-rust.git] / simple-http / hello.html
diff --git a/simple-http/hello.html b/simple-http/hello.html
new file mode 100644 (file)
index 0000000..fe442d6
--- /dev/null
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <title>Hello!</title>
+  </head>
+  <body>
+    <h1>Hello!</h1>
+    <p>Hi from Rust</p>
+  </body>
+</html>