File: xearth.php

package info (click to toggle)
ldap2dns 0.3.1-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 492 kB
  • sloc: ansic: 1,525; php: 781; perl: 206; sh: 84; makefile: 50
file content (16 lines) | stat: -rw-r--r-- 523 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
 <HEAD>
  <TITLE>XEarth</TITLE>
    <LINK REL="stylesheet" TYPE="text/css" HREF="xearth.css"></LINK>
 </HEAD>
<BODY rightmargin="0" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor="#ffffff">
<CENTER><BR><BR><BR>
<TABLE WIDTH="500" COLS="1" border="0">
 <TR ALIGN="center"><TH><BIG><? echo date("H:i:s d/M/Y") ?></BIG></TH></TR>
 <TR><TD><IMG SRC="xearthimage.php" width="500" height="500"></TD></TR>
</TABLE>
<BR>
</BODY>
</HTML>