blob: 4d36ce8d722d438b0067bd6d37f36f4b5336a124 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Fullscreen</title>
</head>
<body>
<h1>Fullscreen</h1>
<p>Size does matter, specially on small screens. This is why you're able
to make widget fill screen sized. Click the fullscreen icon ( <img src="fullscreen.png"> ) to make the widget big. To return to normal screen operations
you just need to click the icon on the top left.<br>
</body>
</html>
|