OLD | NEW |
---|---|
1 <script src="fullscreen_test.js"></script> | 1 <html> |
2 <head> | |
3 <script src="fullscreen_test.js"></script> | |
4 <style> | |
5 body { | |
6 width: 100%; | |
7 height: 100%; | |
8 margin: 0px; | |
9 padding: 0px; | |
10 background-color: #f33; | |
11 foreground-color: #3ff; | |
12 font-size: xx-large; | |
13 } | |
14 </style> | |
15 </head> | |
16 <body> | |
17 Click anywhere to toggle fullscreen. | |
18 </body> | |
19 </html> | |
OLD | NEW |