Skip to content

Instantly share code, notes, and snippets.

View danilolutz's full-sized avatar
🖖
Live long and prosper

Danilo Lutz danilolutz

🖖
Live long and prosper
View GitHub Profile
@danielpradilla
danielpradilla / index.html
Last active August 27, 2020 11:40
HTML5 skeleton
<!DOCTYPE html>
<html>
<head>
<title>title</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.min.css">
</head>
<body>
<h1>Hello, world</h1>
<script src="http://code.jquery.com/jquery.js"></script>