uwu
uwu
This commit is contained in:
parent
ff1ddb9c77
commit
98d6691f82
3829 changed files with 89961 additions and 651 deletions
22
apps/random.html
Normal file
22
apps/random.html
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue