webif/var/mongoose/html/lib/header.jim

21 lines
322 B
Plaintext
Raw Normal View History

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]