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

41 lines
No EOL
1.2 KiB
HTML

<html>
<head>
<title>Money converter</title>
<meta name="viewport" content="width=240">
<style>
body { margin:0px; }
#screen { width:244px; height:176px; overflow:hidden; position:absolute; top:0px; left:-4px; }
</style>
</head>
<body>
<div id=screen>
<center>
<!--http://www.foreignexchangeresource.com/converter.js-->
<iframe src="http://www.foreignexchangeresource.com/currency-converter.php?curr1=USD&amt=0&expressedas=EUR&size=250" width="250" height="176" marginwidth="0" marginheight="0" frameborder="0" scrolling="No"></iframe>
</center>
</div>
</body>
</html>
<!--
<html>
<head>
<title>Money converter</title>
<meta name="viewport" content="width=240">
<style>
body { margin:0px; }
#screen { width:240px; height:218px; overflow:hidden; position:absolute; top:-3px; left:0px; }
#blocker { background-color:#999999; width:100; height:20px; position:absolute; left:115px; top:152px; }
</style>
</head>
<body bgcolor=#999999>
<div id="screen">
<font size=1>
<a id=gocurrency href=http://www.gocurrency.com></a>
<script src=http://www.gocurrency.com/v2/gocurrcalc_t.php?id=53></script>
<!--<script>document.body.scrollTop = 176;</script>-->
</font>
</div>
<div id="blocker"></div>
</body>
</html>
-->