- Notifications
You must be signed in to change notification settings - Fork84
architecture pictures & favicons#61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Changes fromall commits
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,13 +1,23 @@ | ||
| <!doctype html> | ||
| <html lang="en"> | ||
| <head> | ||
| <title>Robot Framework</title> | ||
| <meta charset="utf-8"> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
| <meta name="description" content="Generic test automation framework for acceptance testing and ATDD"> | ||
| <meta name="author" content=""> | ||
| <link rel="apple-touch-icon" sizes="76x76" href="/static/img/icons/apple-touch-icon.png"> | ||
| <link rel="icon" type="image/png" sizes="32x32" href="/static/img/icons/favicon-32x32.png"> | ||
| <link rel="icon" type="image/png" sizes="16x16" href="/static/img/icons/favicon-16x16.png"> | ||
| <link rel="manifest" href="/static/img/icons/site.webmanifest"> | ||
| <link rel="mask-icon" href="/static/img/icons/safari-pinned-tab.svg" color="#5bbad5"> | ||
| <meta name="msapplication-TileColor" content="#da532c"> | ||
| <meta name="theme-color" content="#ffffff"> | ||
| </head> | ||
| <body> | ||
| <div id="app"></div> | ||
| </body> | ||
| </html> |
Large diffs are not rendered by default.
Uh oh!
There was an error while loading.Please reload this page.
This file was deleted.
Uh oh!
There was an error while loading.Please reload this page.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <browserconfig><msapplication><tile><square70x70logosrc="/ms-icon-70x70.png"/><square150x150logosrc="/ms-icon-150x150.png"/><square310x310logosrc="/ms-icon-310x310.png"/><TileColor>#ffffff</TileColor></tile></msapplication></browserconfig> |
Uh oh!
There was an error while loading.Please reload this page.