Compare commits

..

5 Commits

Author SHA1 Message Date
7496c0d68f Apply suggestions from code review
added syntax highlighting
2021-02-15 01:28:24 +05:30
ab0449e36c #455 add cloudfront and diagram 2021-02-14 20:33:21 +02:00
512bc08554 #455 S3 web site complete 2021-02-14 16:07:53 +02:00
025d4a0e80 #455 work on readme.md 2021-02-14 14:49:01 +02:00
ae4b0d7263 #455 work on readme.md 2021-02-14 14:43:49 +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>