repo.or.cz
/
nasm
/
www.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
header: Remove old reference to fonts
[nasm/www.git]
/
template.php
blob
d32c48719ac2dbdc4d546ce7694ff42b82df3d05
1
<
?php
echo
'<?xml version="1.0" encoding="utf-8"?>'
;
?
>
2
3
<!
DOCTYPE html
>
4
<
html lang
=
"en"
>
5
6
<
?php
include
"header.inc"
?
>
7
8
<
body
>
9
<
?php
include
"navbar.inc"
?
>
10
11
<!--
Put
new
code here
-->
12
13
<
?php
include
"footer.inc"
?
>
14
</
body
>
15
</
html
>