| Index: ports/quakespasm/index.html
|
| diff --git a/ports/quakespasm/index.html b/ports/quakespasm/index.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..b839aa73b74c980e91c067159549a3f03f0f94c5
|
| --- /dev/null
|
| +++ b/ports/quakespasm/index.html
|
| @@ -0,0 +1,22 @@
|
| +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
| + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
| +<html>
|
| + <!--
|
| + Copyright (c) 2014 The Native Client Authors. All rights reserved.
|
| + Use of this source code is governed by a BSD-style license that can be
|
| + found in the LICENSE file.
|
| + -->
|
| + <head>
|
| + <title>Quakespasm</title>
|
| + <script type="text/javascript" src="zip.js"></script>
|
| + <script type="text/javascript" src="zip-fs.js"></script>
|
| + <script type="text/javascript" src="zip-ext.js"></script>
|
| + <script type="text/javascript" src="quakespasm.js"></script>
|
| + </head>
|
| + <body>
|
| + <h1>Quakespasm</h1>
|
| + <p id="status"></p>
|
| + <div id="quake" />
|
| + <br />
|
| + </body>
|
| +</html>
|
|
|