Initial html commit for Github Pages
This commit is contained in:
parent
488ff61231
commit
b87d54c981
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,5 +1,6 @@
|
||||
# generated files
|
||||
*.html
|
||||
!/index.html
|
||||
|
||||
# compiled files
|
||||
*.out
|
||||
|
7
index.html
Normal file
7
index.html
Normal file
@ -0,0 +1,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Hello!</title></head>
|
||||
<body>
|
||||
<h1>Hello!</h1>
|
||||
</body>
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user