18 lines
No EOL
435 B
HTML
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> |