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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ports/quakespasm/build.sh ('k') | ports/quakespasm/nacl.patch » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html>
4 <!--
5 Copyright (c) 2014 The Native Client Authors. All rights reserved.
6 Use of this source code is governed by a BSD-style license that can be
7 found in the LICENSE file.
8 -->
9 <head>
10 <title>Quakespasm</title>
11 <script type="text/javascript" src="zip.js"></script>
12 <script type="text/javascript" src="zip-fs.js"></script>
13 <script type="text/javascript" src="zip-ext.js"></script>
14 <script type="text/javascript" src="quakespasm.js"></script>
15 </head>
16 <body>
17 <h1>Quakespasm</h1>
18 <p id="status"></p>
19 <div id="quake" />
20 <br />
21 </body>
22 </html>
OLDNEW
« 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