Give the page a title nbrwsr
authorJaroslav Tulach <jtulach@netbeans.org>
Wed, 19 Mar 2014 16:54:04 +0100
branchnbrwsr
changeset 114befa5faa3246
parent 113 aa5e80fdfa7d
child 118 51fa21931716
Give the page a title
minesweeper/src/main/webapp/pages/index.html
     1.1 --- a/minesweeper/src/main/webapp/pages/index.html	Wed Mar 19 16:53:34 2014 +0100
     1.2 +++ b/minesweeper/src/main/webapp/pages/index.html	Wed Mar 19 16:54:04 2014 +0100
     1.3 @@ -26,7 +26,7 @@
     1.4  <!DOCTYPE html>
     1.5  <html>
     1.6      <head>
     1.7 -        <title></title>
     1.8 +        <title>Minesweeper</title>
     1.9          <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    1.10          <link href="bootstrap.css" rel="stylesheet">
    1.11          <link href="bootstrap-responsive.css" rel="stylesheet">