Andrew Chalkley 9 лет назад
Родитель
Сommit
fecfb44f5b
1 измененных файлов с 3 добавлено и 2 удалено
  1. 3 2
      index.html

+ 3 - 2
index.html

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