Skip to content

Instantly share code, notes, and snippets.

@subkitio
Last active December 21, 2015 07:08
Show Gist options
  • Save subkitio/07c02d9184fa3c59ca6e to your computer and use it in GitHub Desktop.
Save subkitio/07c02d9184fa3c59ca6e to your computer and use it in GitHub Desktop.
Subkit HTML-EJS Template
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf8" />
<title>A basic HTML/EJS Template</title>
</head>
<body>
<h1>A basic HTML/EJS Template</h1>
<p>Sum: <%= 1 + 100 %></p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment