Browse code

Add charset to the html files

Dario Rodriguez authored on 09/07/2014 11:53:35
Showing 3 changed files
... ...
@@ -1,6 +1,8 @@
1 1
 <!DOCTYPE html>
2 2
 <html>
3
-<head><title>kakumei login</title>
3
+<head>
4
+ <meta charset="utf-8"/>
5
+ <title>kakumei login</title>
4 6
  <link rel="stylesheet" type="text/css" href="style.css">
5 7
 </head>
6 8
 <body>
... ...
@@ -1,6 +1,8 @@
1 1
 <!DOCTYPE html>
2 2
 <html>
3
-<head><title>Nuevo usuario</title>
3
+<head>
4
+ <meta charset="utf-8"/>
5
+ <title>Nuevo usuario</title>
4 6
  <link rel="stylesheet" type="text/css" href="newuser.css">
5 7
 </head>
6 8
 <body>
... ...
@@ -1,6 +1,8 @@
1 1
 <!DOCTYPE html>
2 2
 <html>
3
-<head><title>kakumei posts</title>
3
+<head>
4
+ <meta charset="utf-8"/>
5
+ <title>kakumei posts</title>
4 6
  <link rel="stylesheet" type="text/css" href="posts.css">
5 7
 </head>
6 8
 <body>
... ...
@@ -8,6 +10,7 @@
8 10
 <!-- HEADER_END -->
9 11
    <div class='centeredbutton'><input class='rounded' id='gotonewpost' type ='button' value='Nuevo post'/></div>
10 12
    <div id='posts'><p>No posts for now</p></div>
13
+   <div id='prevnext'></div>
11 14
  <script src='posts.js'></script>
12 15
 </body>
13 16
 </html>