TDKHome.old/apps/random.html
MattTheTekie 98d6691f82 uwu
uwu
2023-07-14 10:46:07 -04:00

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&amp;buttontxt=Generate&amp;width=240&amp;height=176&amp;border=off&amp;bgcolor=%23FFFFFF&amp;txtcolor=%23000000&amp;altbgcolor=%23FFFFFF&amp;alttxtcolor=%23000000&amp;defaultmin=&amp;defaultmax=&amp;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>