Skip to content

Instantly share code, notes, and snippets.

View printdaniel's full-sized avatar
🏠
Working from home

Daniel Suárez printdaniel

🏠
Working from home
View GitHub Profile
@shabith
shabith / init-html5.html
Last active December 8, 2022 16:51
HTML5: Starting Template
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title></title>
</head>
<body>