OLD | NEW |
(Empty) | |
| 1 <!DOCTYPE html> |
| 2 <html> |
| 3 <!-- |
| 4 Copyright 2011 The Native Client Authors. All rights reserved. |
| 5 Use of this source code is governed by a BSD-style license that can be |
| 6 found in the LICENSE file. |
| 7 --> |
| 8 <head> |
| 9 <title>ScummVM NaCl Demo</title> |
| 10 </head> |
| 11 <h1>ScummVM Native Client Demo</h1> |
| 12 <p>This is a Native Client port of ScummVM.</p> |
| 13 <p style="margin-bottom: 0;">Notes:</p> |
| 14 <ul style="margin-top: 0;"> |
| 15 <li>F5 to save/restore games in BASS</li> |
| 16 <li>F5 to save games in Lure, F7 to restore games in Lure</li> |
| 17 </ul> |
| 18 <center> |
| 19 <embed width=640 height=400 |
| 20 src="scummvm.nmf" |
| 21 type="application/x-nacl" /> |
| 22 </center> |
| 23 </body> |
| 24 |
| 25 </html> |
OLD | NEW |