VELTRON.NET/TDKHome/apps/light.html
MattTheTekie dcb3d66bc5 Add TDKHome files
Add TDKHome files
2023-09-15 13:04:40 -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>