<!DOCTYPE html>
<html>
<head><title>kakumei posts</title>
 <link rel="stylesheet" type="text/css" href="posts.css">
</head>
<body>
   <p id='posts'> No posts for now</p>
   <span class='centeredbutton'><input class='rounded' id='gotonewpost' type ='button' value='Nuevo post'/></span>
 <script src='posts.js'></script>
</body>
</html>