Compare commits

..

1 Commits

Author SHA1 Message Date
1ebb55cd19 format readme.md 2021-02-14 22:49:42 +02:00

View File

@ -82,8 +82,7 @@ the content globally.
* First create the content, at least `index.html` and `error.html` documents. * First create the content, at least `index.html` and `error.html` documents.
index.html index.html
```html
```
<!doctype html> <!doctype html>
<head> <head>
<title>My Static Web Site</title> <title>My Static Web Site</title>
@ -94,8 +93,7 @@ the content globally.
``` ```
error.html error.html
```html
```
<!doctype html> <!doctype html>
<head> <head>
<title>My Static Web Site</title> <title>My Static Web Site</title>