Skip to content

Instantly share code, notes, and snippets.

View DK013's full-sized avatar
💭
Eat Lightning and Poop Thunder !

Deep Chakraborty DK013

💭
Eat Lightning and Poop Thunder !
View GitHub Profile
@DK013
DK013 / init-html5.html
Last active June 16, 2022 03:57 — forked from shabith/init-html5.html
HTML5: Starting Template
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>{{name}}</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
{{material-icons}}
</head>