Compare commits

..

3 Commits

Author SHA1 Message Date
bc801bae20 format readme.md 2021-02-14 23:21:49 +02:00
fc837e289f format readme.md 2021-02-14 23:01:05 +02:00
fce8d25736 format readme.md 2021-02-14 22:51:42 +02:00

View File

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