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
feat(deps): use carat notation for dependency versions (#6317)
[express.git]
/
examples
/
mvc
/
views
/
404.ejs
blob
21a86f8a653c69331ddc2a62f0c066803e03e668
1
<!DOCTYPE html>
2
<html>
3
<head>
4
<meta charset="utf-8">
5
<meta name="viewport" content="width=device-width,initial-scale=1">
6
<title>Not Found</title>
7
<link rel="stylesheet" href="/style.css">
8
</head>
9
<body>
10
<h1>404: Not Found</h1>
11
<p>Sorry we can't find <%= url %></p>
12
</body>
13
</html>