summaryrefslogtreecommitdiffstats
path: root/native_client_sdk/src/examples/mouselock/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'native_client_sdk/src/examples/mouselock/index.html')
-rw-r--r--native_client_sdk/src/examples/mouselock/index.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/native_client_sdk/src/examples/mouselock/index.html b/native_client_sdk/src/examples/mouselock/index.html
index e28c8c5..2e1cdeb 100644
--- a/native_client_sdk/src/examples/mouselock/index.html
+++ b/native_client_sdk/src/examples/mouselock/index.html
@@ -8,12 +8,11 @@ found in the LICENSE file.
<head>
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="-1">
- <title><TITLE></title>
+ <title>{{title}}</title>
<script type="text/javascript" src="common.js"></script>
</head>
-<body data-name="<NAME>" data-tc="<tc>" data-path="<path>" data-width="300"
- data-height="300">
- <h1><TITLE></h1>
+<body data-width="300" data-height="300" {{attrs}}>
+ <h1>{{title}}</h1>
<h2>Status: <code id="statusField">NO-STATUS</code></h2>
<h1>Full-screen and Mouse-lock Example</h1>
<ul>