22 lines
No EOL
1 KiB
HTML
22 lines
No EOL
1 KiB
HTML
<html>
|
|
<head>
|
|
<title>Random Number Generator</title>
|
|
<meta name="viewport" content="width=240">
|
|
<style>
|
|
body { margin:0px; }
|
|
#screen { width:240; height:176; overflow:hidden; }
|
|
#bar { background-color:white; width:107px; height:31px; position:absolute; left:93; top:136; }
|
|
#r { background-color:white; width:5px; height:31px; position:absolute; left:198; top:0; }
|
|
</style>
|
|
</head>
|
|
<body bgcolor=white>
|
|
<div id=screen>
|
|
<!-- (c) RANDOM.ORG -->
|
|
<iframe src="http://www.random.org/widgets/integers/iframe.php?title=Random+Number+Generator&buttontxt=Generate&width=240&height=176&border=off&bgcolor=%23FFFFFF&txtcolor=%23000000&altbgcolor=%23FFFFFF&alttxtcolor=%23000000&defaultmin=&defaultmax=&fixed=off" frameborder="0" width="200" height="190" scrolling="no" longdesc="http://www.random.org/integers/">
|
|
The numbers generated by this widget come from RANDOM.ORG's true random number generator.
|
|
</iframe>
|
|
</div>
|
|
<div id=bar></div>
|
|
<div id=r><font size=2>r</font></div>
|
|
</body>
|
|
</html> |