webif/var/mongoose/html/lib/header.jim
hummypkg d3e7adfd1f check in initial web interface
git-svn-id: file:///root/webif/svn/humax/pkg/src/webif@161 2a923420-c742-0410-a762-8d5b09965624
2011-06-07 13:26:45 +00:00

21 lines
322 B
Plaintext

puts {
<html>
<head>
<title>Humax HD[R] Fox T2</title>
<link rel="shortcut icon" href=/img/favicon.ico>
<link href=/css/style.css rel=stylesheet type=text/css>
</head>
<body>
}
source /mod/var/mongoose/html/lib/topbar.jim
puts {
<div style="clear: both">
<!-- end of header -->
}
set renderstart [clock milliseconds]