GPU workaround to simulate Out of Memory errors with large textures
[chromium-blink-merge.git] / native_client_sdk / src / gonacl_appengine / static / home / index.html
blob07a30a21f25031b797e8199c029acce680e0695f
1 <!DOCTYPE html>
2 <html>
3 <!--
4 Copyright (c) 2013 The Chromium 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 <meta charset="UTF-8">
11 <title>PNaCl Demos</title>
13 <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:300,700">
14 <link href="/static/css/out/site.css" rel="stylesheet">
16 </head>
18 <body class="demo">
20 <header>
21 <h1>PNaCl Demos</h1>
23 </header>
25 <section>
26 <div class="intro">
27 <p>
28 Choose a demo from the list!
29 </p>
30 </div>
32 </section>
34 </body>
35 </html>