|
1 | 1 | <!doctype html> |
2 | 2 | <htmllang="en"> |
| 3 | + |
3 | 4 | <head> |
4 | | -<title>Robot Framework</title> |
5 | | -<metacharset="utf-8"> |
6 | | -<metaname="viewport"content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
7 | | -<metaname="description"content="Generic test automation framework for acceptance testing and ATDD"> |
8 | | -<metaname="author"content=""> |
| 5 | +<title>Robot Framework</title> |
| 6 | +<metacharset="utf-8"> |
| 7 | +<metaname="viewport"content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
| 8 | +<metaname="description"content="Generic test automation framework for acceptance testing and ATDD"> |
| 9 | +<metaname="author"content=""> |
| 10 | +<linkrel="apple-touch-icon"sizes="76x76"href="/static/img/icons/apple-touch-icon.png"> |
| 11 | +<linkrel="icon"type="image/png"sizes="32x32"href="/static/img/icons/favicon-32x32.png"> |
| 12 | +<linkrel="icon"type="image/png"sizes="16x16"href="/static/img/icons/favicon-16x16.png"> |
| 13 | +<linkrel="manifest"href="/static/img/icons/site.webmanifest"> |
| 14 | +<linkrel="mask-icon"href="/static/img/icons/safari-pinned-tab.svg"color="#5bbad5"> |
| 15 | +<metaname="msapplication-TileColor"content="#da532c"> |
| 16 | +<metaname="theme-color"content="#ffffff"> |
9 | 17 | </head> |
10 | | -<body> |
11 | | -<divid="app"></div> |
| 18 | + |
| 19 | +<body> |
| 20 | +<divid="app"></div> |
12 | 21 | </body> |
| 22 | + |
13 | 23 | </html> |