Browse Source

update title and line button name

Victor Luiz Domingues 5 years ago
parent
commit
e1a29980f9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      index.html

+ 2 - 2
index.html

@@ -4,11 +4,11 @@
     <meta charset="UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="X-UA-Compatible" content="ie=edge">
-    <title>iGeom - Reta</title>
+    <title>Proof of Concept - iGeom - Web</title>
 
 </head>
 <body>
-    <button onclick="line.drawLine()">Desenhar linha</button>
+    <button onclick="line.drawLine()">Desenhar reta</button>
     <div id="container"></div>
     <script src="https://unpkg.com/konva@3.3.3/konva.min.js"></script>
     <script src="app/app.js"></script>