Skip to content

Instantly share code, notes, and snippets.

View ramontristani's full-sized avatar

Ramon E. Tristani ramontristani

View GitHub Profile
@ramontristani
ramontristani / base-bootstrap-ejs-view
Last active March 4, 2019 21:56
EJS: Basic HTML/EJS boilerplate
<!doctype html>
<html>
<head>
<meta name="viewport" content="initial-scale=1, maximum-scale=1" />
<meta charset="utf-8" />
<title><%= title %></title>
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" />
</head>
<body>