summaryrefslogtreecommitdiff
path: root/examples/brochure/templates/default.html
diff options
context:
space:
mode:
Diffstat (limited to 'examples/brochure/templates/default.html')
-rw-r--r--examples/brochure/templates/default.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/brochure/templates/default.html b/examples/brochure/templates/default.html
index 329dc47..794d449 100644
--- a/examples/brochure/templates/default.html
+++ b/examples/brochure/templates/default.html
@@ -6,13 +6,14 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>MyAweSomeCompany - $title</title>
<link rel="stylesheet" type="text/css" href="$root/css/default.css" />
+ <link rel="stylesheet" type="text/css" href="$root/css/syntax.css" />
</head>
<body>
<h1>MyAweSomeCompany - $title</h1>
<div id="navigation">
<a href="$root/index.html">Home</a>
<a href="$root/about.html">About</a>
- <a href="$root/products.html">Products</a>
+ <a href="$root/code.html">Code</a>
</div>
$body