Parcourir la source

Change title and favicon

Benoît Hubert il y a 8 ans
Parent
commit
544d118502
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. BIN
      favicon.ico
  2. 2 2
      html/index.mustache.html

BIN
favicon.ico


+ 2 - 2
html/index.mustache.html

@@ -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>