repo.or.cz
/
express.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
examples: add viewport and charset where missing
[express.git]
/
examples
/
route-separation
/
views
/
header.ejs
blob
4300325e0a197fa9bc95429e81f2ca1cef7b3dc9
1
<!DOCTYPE html>
2
<html lang="en">
3
<head>
4
<meta charset="utf-8">
5
<meta name="viewport" content="width=device-width,initial-scale=1">
6
<title><%= title %></title>
7
<link rel="stylesheet" href="/style.css">
8
</head>
9
<body>