Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(928)

Unified Diff: ports/quakespasm/index.html

Issue 337323007: Add quakespasm, and OpenGL+SDL-based port of quake1. (Closed) Base URL: https://naclports.googlecode.com/svn/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ports/quakespasm/build.sh ('k') | ports/quakespasm/nacl.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « ports/quakespasm/build.sh ('k') | ports/quakespasm/nacl.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698