repo.or.cz
/
haanga.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
+ Added test.
[haanga.git]
/
tests
/
assert_templates
/
base.html
blob
f0d5a47eb11705c306c5b4cb2b101cbb65953120
1
<html>
2
<head>
3
<title>
Default Title
</title>
4
</head>
5
6
<body>
7
<h1>
Menu
</h1>
8
9
<ul>
10
11
<li><a
href
=
"http://php.net/"
>
<
PHP
>
</a></li>
12
13
<li><a
href
=
"http://www.google.com/"
>
<
Google
>
</a></li>
14
15
</ul>
16
17
Partial part
18
19
</body>
20
</html>