|
|
@@ -1,7 +1,7 @@
|
|
|
<!DOCTYPE html>
|
|
|
<html lang="en">
|
|
|
<head>
|
|
|
-<title>Web Sandbox</title>
|
|
|
+<title>JS Sandbox</title>
|
|
|
<link rel="stylesheet" href="/css/normalize.css">
|
|
|
<link rel="stylesheet" href="/css/main.css">
|
|
|
{{#testMode}}<link rel="stylesheet" href="/css/qunit-2.4.1.css">{{/testMode}}
|
|
|
@@ -20,7 +20,7 @@
|
|
|
|
|
|
<div id="navbar">
|
|
|
<button id="menu-btn" class="btn icon-menu"></button>
|
|
|
- <a id="nav-back-home" href="/">Web Sandbox</a>
|
|
|
+ <a id="nav-back-home" href="/">JS Sandbox</a>
|
|
|
{{#testMode}}<a id="test-reload-btn" href="/?testing=1" style="float:right;"><button class="btn icon-loop2"></button></a>{{/testMode}}
|
|
|
</div>
|
|
|
|