format readme.md

This commit is contained in:
Ilkka Seppälä 2021-02-14 23:33:40 +02:00
parent d2f926e3e8
commit edbea7d50b
No known key found for this signature in database
GPG Key ID: 31B7C8F5CC412ECB

View File

@ -80,10 +80,9 @@ the content globally.
9. Upload content to the bucket. 9. Upload content to the bucket.
* 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>
@ -93,9 +92,9 @@ the content globally.
</body> </body>
``` ```
error.html * error.html
``` ```html
<!doctype html> <!doctype html>
<head> <head>
<title>My Static Web Site</title> <title>My Static Web Site</title>