blob: a990105af230a36fba238e1cb5227d9d53db69f1 (
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>Full screen</title>
</head>
<body>
<h1>Full screen</h1>
<p>Size does matter, specially on small screens. This is why you're able
to make widget fill screen sized. Click the full screen 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>
|