We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 380a89f commit 968ed39Copy full SHA for 968ed39
1 file changed
Challenges/Day 01 - JavaScript Drum Kit/index.html
@@ -3,7 +3,10 @@
3
4
<head>
5
<meta charset="UTF-8">
6
- <title>JS Drum Kit</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
7
+ <link rel="preconnect" href="https://fonts.googleapis.com">
8
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
9
+ <title>JavaScript Drum Kit | JavaScript30 | @palashmon</title>
10
<link rel="stylesheet" href="style.css">
11
</head>
12
0 commit comments