Browse Source

Updated H1 and added H2

Andrew Chalkley 9 years ago
parent
commit
fecfb44f5b
1 changed files with 3 additions and 2 deletions
  1. 3 2
      index.html

+ 3 - 2
index.html

@@ -1,10 +1,11 @@
 <html>
 <html>
   <head>
   <head>
     <meta charset="UTF-8">
     <meta charset="UTF-8">
-    <title>Hello World!</title>
+    <title>Especially Flasher</title>
   </head>
   </head>
   <body>
   <body>
-    <h1>Hello World!</h1>
+    <h1>Especially Flasher</h1>
+    <h2>A GUI for flashing the Espruino JavaScript runtime on the ESP8266</h2> 
     <script>
     <script>
         var getAvailablePorts = require("./spike/available_serial_ports");
         var getAvailablePorts = require("./spike/available_serial_ports");
         getAvailablePorts().then((ports) => {
         getAvailablePorts().then((ports) => {