<!DOCTYPE html> <html> <head> <meta charset="utf-8"/> <title>kakumei posts</title> <link rel="stylesheet" type="text/css" href="reset.css"> <link rel="stylesheet" type="text/css" href="posts.css"> </head> <body> <!-- HEADER_START --> <div class='header'><a id='account' href='account.html'>Mi cuenta</a></div> <!-- HEADER_END --> <div class='banner'><img src="banner.png" /></div> <div class='centeredbutton'><input class='rounded' id='gotonewpost' type ='button' value='Nuevo post'/></div> <div id='posts'><p>No posts for now</p></div> <div id='prevnext'></div> <script src='posts.js'></script> </body> </html>