Skip to content

Instantly share code, notes, and snippets.

@Swapnil8788
Swapnil8788 / index.html
Created October 8, 2023 05:42 — forked from prof3ssorSt3v3/index.html
Code from video on using the Sources panel in Chrome dev tools
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap" rel="stylesheet" />