diff options
| -rw-r--r-- | f/styles/style.css | 1 | ||||
| -rw-r--r-- | f/templates/index.html | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/f/styles/style.css b/f/styles/style.css index d63e083..8a1c541 100644 --- a/f/styles/style.css +++ b/f/styles/style.css @@ -1,6 +1,7 @@ body{
background-color:black;
color:white;
+ font-family: Helvetica Neue,Helvetica,sans-serif;
}
#container_main{
font-size:24px;
diff --git a/f/templates/index.html b/f/templates/index.html index 64fabca..8710d65 100644 --- a/f/templates/index.html +++ b/f/templates/index.html @@ -6,11 +6,11 @@ <script src="/socket.io/socket.io.js"></script> <script src="/f/scripts/client.js"></script> <meta charset="utf8"> -<title>Jono</title> +<title>Jonokone</title> </head> <body ng-app="ioc" > <div ng-controller="ioctrl" id="container_main"> -<H1>Jono @ jono.dy.fi </h1> +<H1>Jonokone @ jonokone.dy.fi </h1> <table id="addform"> <tr><td>Rivi: </td><td> <select ng-model="row"> <option value="1" selected="selected">1</option> |
