13 lines
318 B
Plaintext
13 lines
318 B
Plaintext
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width">
|
|
<title><%- title %></title>
|
|
<link rel="stylesheet" href="/css/style.css">
|
|
<% if (ENV_DEVELOPMENT) { %>
|
|
<script src="http://localhost:35729/livereload.js"></script>
|
|
<% } %>
|
|
</head>
|
|
<body>
|