Initial html commit for Github Pages

This commit is contained in:
Alban Auzeill 2020-06-22 17:34:10 +02:00
parent 488ff61231
commit b87d54c981
2 changed files with 9 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
# generated files
*.html
!/index.html
# compiled files
*.out

7
index.html Normal file
View File

@ -0,0 +1,7 @@
<html>
<head>
<title>Hello!</title></head>
<body>
<h1>Hello!</h1>
</body>
</html>