blob: 42f77f778e4fc3abeb2641cc554db702b5dff170 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<!DOCTYPE HTML>
<html>
<head>
<title>%{ echo -n "$CYCHE_SITE_NAME" | escape_html %}</title>
<link rel="stylesheet" type="text/css" href="/style.css" />
<link rel="icon" type="image/png" href="/favicon.png" />
</head>
<body>
<nav class="links">
<a href="/">jobs</a>
| <a href="/services">services</a>
| <a href="/stats">stats</a>
<span class="right">
%{ echo -n "$CYCHE_SITE_NAME" | escape_html %}
<span id="nav_progress"></span>
</span>
</nav>
%{ template "$page_template" %}
</body>
</html>
|