|
3 | 3 |
|
4 | 4 | <head>
|
5 | 5 | <meta charset="UTF-8">
|
6 | | - <title>JS Drum Kit</title> |
7 | | - <link rel="stylesheet" href="style.css"> |
| 6 | + <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 | + <link href="https://fonts.googleapis.com/css2?family=Raleway:wght@700&display=swap" rel="stylesheet"> |
| 10 | + <title>JavaScript Drum Kit #2 | JavaScript30 | @palashmon</title> |
| 11 | + <link rel="stylesheet" href="style.css?v=001"> |
8 | 12 | </head>
|
9 | 13 |
|
10 | 14 | <body>
|
|
0 commit comments