Skip to content

Instantly share code, notes, and snippets.

View victor0222002's full-sized avatar

Aditya V. victor0222002

View GitHub Profile
@victor0222002
victor0222002 / index.html
Created October 9, 2024 14:25 — forked from sirodoht/index.html
Basic HTML/CSS boilerplate with Normalize.css
<!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">
<title>Hello</title>
<link rel="stylesheet" href="main.css">
</head>
<body>