File: arch_header.html

package info (click to toggle)
archmage 0.0.7-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 304 kB
  • ctags: 73
  • sloc: python: 389; makefile: 3
file content (12 lines) | stat: -rw-r--r-- 343 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
<head>
    <title><%title%></title>
    <LINK rel="Stylesheet" type="text/css" href="arch_css.css">
</head>
<body bgcolor="<%bcolor%>">
    <table class='htable' cellpadding="0" cellspacing="0" width="100%"><td>
<td align="center" width="100%">
    <b><font size="large" color="<%fcolor%>"><%title%></font></b>
</table>
</body>
</html>