File: bg.html

package info (click to toggle)
w3cam 0.7.2-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 472 kB
  • ctags: 346
  • sloc: ansic: 3,811; makefile: 111
file content (31 lines) | stat: -rw-r--r-- 529 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<HTML>
<HEAD>
<style>
<!--
	body {
		background-image: url(/cgi-bin/w3cam.cgi?refresh=1&color=0&size=320x240);
		background-repeat: no-repeat;
	}
	.text {
		background: yellow;
		color: red;
		width: 100 pt;
		border-width: 2pt;
	}
-->
</style>
</HEAD>
<BODY bgcolor=black>
<P>&nbsp;<P>
<DIV class=text>
<H4>In this example the CGI is used to generate a refreshing background image
.. <code>:-)</code></B>
</H4>
<P>
</DIV class=text>
<DIV class=text>
<A href="javascript:close()">[ Close ]</A>
</DIV class=text>
</BODY>
</HTML>