mirror of
https://github.com/Noratrieb/blog.git
synced 2026-01-14 12:35:00 +01:00
test
This commit is contained in:
parent
98035ccfe9
commit
f531aa3982
4 changed files with 23 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
.idea
|
||||
11
404.html
Normal file
11
404.html
Normal 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
1
hi/hello.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
# test 2
|
||||
10
hi/index.html
Normal file
10
hi/index.html
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>hi</title>
|
||||
</head>
|
||||
<body>
|
||||
test
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue