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

18 lines
No EOL
435 B
HTML

<html>
<head>
<title>Flashlight</title>
<meta name="viewport" content="width=240">
<style>
body { margin:0px; }
#topscreen, #bottomscreen { width: 240px; height:176px; overflow: hidden; }
</style>
<script>alert("Hold select and use the volume up button to set the brightness to the 5.");</script>
</head>
<body>
<div id="topscreen">
</div>
<div id="bottomscreen">
</div>
<script>document.body.scrollTop = 176;</script>
</body>
</html>