This commit is contained in:
nora 2022-03-17 20:33:50 +01:00
parent 98035ccfe9
commit f531aa3982
4 changed files with 23 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
.idea

11
404.html Normal file
View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Not found</title>
</head>
<body>
<p>i did not find what you asked for</p>
<p>have you considered learning how to type?</p>
</body>
</html>

1
hi/hello.md Normal file
View file

@ -0,0 +1 @@
# test 2

10
hi/index.html Normal file
View file

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>hi</title>
</head>
<body>
test
</body>
</html>