18bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)<!DOCTYPE html>
28bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)<html>
38bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)<!--
48bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)Copyright (c) 2012 The Chromium Authors. All rights reserved.
58bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)Use of this source code is governed by a BSD-style license that can be
68bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)found in the LICENSE file.
78bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)-->
88bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)<head>
98bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)  <meta http-equiv="Pragma" content="no-cache">
108bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)  <meta http-equiv="Expires" content="-1">
118bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)  <title>{{title}}</title>
128bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)  <script type="text/javascript" src="common.js"></script>
138bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)</head>
148bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)<body data-width="500" data-height="500" {{attrs}}>
158bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)  <h1>{{title}}</h1>
168bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)  <h2>Status: <code id="statusField">NO-STATUS</code></h2>
178bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)  <p>The Graphics2D example demonstrates a simple flame effect.</p>
188bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)  <p>Click and hold to add a flame.</p>
198bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)  <!-- The NaCl plugin will be embedded inside the element with id "listener".
208bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)      See common.js.-->
218bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)  <div id="listener"></div>
228bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)</body>
238bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)</html>
24