Skip to content

Commit 3918cf3

Browse files
authored
Update favicon (#27)
1 parent 2e853eb commit 3918cf3

File tree

9 files changed

+34
-5
lines changed

9 files changed

+34
-5
lines changed
11.3 KB
Loading
22.9 KB
Loading

assets/images/apple-touch-icon.png

10.2 KB
Loading

assets/images/favicon-16x16.png

545 Bytes
Loading

assets/images/favicon-32x32.png

1.23 KB
Loading

assets/images/favicon.ico

15 KB
Binary file not shown.

assets/images/site.webmanifest

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "pyscript.net",
3+
"short_name": "pyscript.net",
4+
"icons": [
5+
{
6+
"src": "/assets/images/android-chrome-192x192.png",
7+
"sizes": "192x192",
8+
"type": "image/png"
9+
},
10+
{
11+
"src": "/assets/images/android-chrome-512x512.png",
12+
"sizes": "512x512",
13+
"type": "image/png"
14+
}
15+
],
16+
"theme_color": "#ffffff",
17+
"background_color": "#ffffff",
18+
"display": "standalone"
19+
}

index.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,8 @@
1212
<meta property="og:description" content="Run Python code in your HTML.">
1313
<meta property="og:image" content="assets/images/pyscript-preview.png">
1414

15-
<!--
16-
<link rel="icon" href="/favicon.ico">
17-
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
18-
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
19-
-->
15+
<link rel="icon" href="/assets/images/favicon.ico">
16+
<link rel="apple-touch-icon" href="/assets/images/apple-touch-icon.png">
2017

2118
<link rel="preconnect" href="https://fonts.googleapis.com">
2219
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>

tech-preview/micropython/index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<title>MicroPython Technical Preview</title>
8+
</head>
9+
<body>
10+
<h1>MicroPython Technical Preview</h1>
11+
<p>Nov 9, 2022 at 9AM EST</p>
12+
</body>
13+
</html>

0 commit comments

Comments
 (0)