Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitec5ec06

Browse files
author
Joni Palosaari
committed
add favicons
1 parentb98ef6c commitec5ec06

30 files changed

+80
-9
lines changed

‎sources/index.html‎

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
11
<!doctype html>
22
<htmllang="en">
3+
34
<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">
917
</head>
10-
<body>
11-
<divid="app"></div>
18+
19+
<body>
20+
<divid="app"></div>
1221
</body>
22+
1323
</html>

‎sources/static/.gitignore‎

Lines changed: 0 additions & 2 deletions
This file was deleted.
3.34 KB
Loading
3.22 KB
Loading
1.52 KB
Loading
1.81 KB
Loading
2.05 KB
Loading
2.42 KB
Loading
2.81 KB
Loading
2.89 KB
Loading

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp