Once again, fixed tests so they pass, although they don't actually
test anything useful.
This commit is contained in:
parent
257d306d5d
commit
c0e5729c81
7 changed files with 75 additions and 34 deletions
|
|
@ -19,13 +19,11 @@
|
|||
<meta content="{{seconds}}" http-equiv="{{maybe-refresh}}" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="header" style=" background-image: url( '{{servlet-context}}/img/earth-space-strip.jpg');"
|
||||
>
|
||||
<div id="header" style=" background-image: url( '{{servlet-context}}/img/earth-space-strip.jpg');">
|
||||
<div id="nav">
|
||||
<ul class="nav">
|
||||
<li class="{{home-selected}}"><a href="{{servlet-context}}/">Home</a></li>
|
||||
<li class="{{about-selected}}"><a href="{{servlet-context}}/about">About</a></li>
|
||||
<li class="{{world-selected}}"><a href="{{servlet-context}}/world">World</a></li>
|
||||
<li class="{{docs-selected}}"><a href="{{servlet-context}}/docs">Documentation</a></li>
|
||||
</ul>
|
||||
<h1>{{title}}</h1>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue