aboutsummaryrefslogtreecommitdiff
path: root/virtual/www/index.htm
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-12-31 16:13:10 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-01-01 18:16:26 +0100
commit1d4ccb2c4d48bb510ea2cf22ff1b96fc887d8a00 (patch)
tree66494ac1bd4b8211df3fdc3f1d8b3a2265d34ebc /virtual/www/index.htm
parent5f3e023d3b5dd48b6024c7cea8a61cfdb1019b38 (diff)
downloadNix-1d4ccb2c4d48bb510ea2cf22ff1b96fc887d8a00.tar.gz
Nix-1d4ccb2c4d48bb510ea2cf22ff1b96fc887d8a00.tar.zst
Nix-1d4ccb2c4d48bb510ea2cf22ff1b96fc887d8a00.zip
Add www dir
Diffstat (limited to 'virtual/www/index.htm')
-rw-r--r--virtual/www/index.htm9
1 files changed, 9 insertions, 0 deletions
diff --git a/virtual/www/index.htm b/virtual/www/index.htm
new file mode 100644
index 0000000..0274251
--- /dev/null
+++ b/virtual/www/index.htm
@@ -0,0 +1,9 @@
1<!DOCTYPE html>
2<html>
3 <head>
4 <title>Hello World HTML</title>
5 </head>
6 <body>
7 <h1>It works!</h1>
8 </body>
9</html>