We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 979ae5a commit 321f7fdCopy full SHA for 321f7fd
2 files changed
assets/icon.svg
index.html
@@ -5,8 +5,8 @@
5
<meta charset="UTF-8">
6
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7
<title>PyClicker - Effortless Automation</title>
8
- <link rel="icon" type="image/png"
9
- href="https://cdn.iconscout.com/icon/free/png-256/free-gear-icon-svg-png-download-459391.png?f=webp&w=128">
+ <link rel="icon" type="image/svg"
+ href="assets/icon.svg">
10
<link rel="stylesheet" href="styles.css">
11
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
12
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet">
0 commit comments