git.cweiske.de
/
phorkie.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
anchors for file names
[phorkie.git]
/
data
/
templates
/
exception.htm
1
<!DOCTYPE html>
2
<html>
3
<head>
4
<link rel="stylesheet" href="phorkie.css" />
5
<title>Error - Phorkie</title>
6
</head>
7
<body>
8
<article>
9
<h1>Error</h1>
10
<p>
11
{{exception.getMessage}}
12
</p>
13
</article>
14
</body>
15
</html>