Skip to content

Instantly share code, notes, and snippets.

View nithinexe's full-sized avatar
🐢
Trying to focus

Nithin nithinexe

🐢
Trying to focus
View GitHub Profile
@nithinexe
nithinexe / index.html
Created October 9, 2022 14:26
TipCalculator
<html lang="en">
<head>
<meta charset="UTF-8" />
<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=M+PLUS+Rounded+1c:wght@500&display=swap" rel="stylesheet" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" type="text/css" />