added board template

master
Jakob 2020-03-08 02:29:13 +01:00
parent 24b4436358
commit a66024b9e9
1 changed files with 12 additions and 3 deletions

View File

@ -13,8 +13,17 @@ $id=$_GET['id'];
<!--<meta name="viewport" content="width=device-width, initial-scale=1.0"> ToDo: ?-->
</head>
<body>
<?php
echo "<p>EPIC FEED</p>";
?>
<section>
<h1>Lorem ipsum</h1>
<article>
<header>
<p>Lorem ipsum blabblabludbjfdla</p>
<time datetime="2020-03-08 02:25">Frauentag</time>
</header>
<div>
<p>Lorem ipsum ayayayayayyyyy</p>
</div>
</article>
</section>
</body>
</html>