Updated binnit to latest and added new files

Signed-off-by: Nagy Károly Gábriel <k@jpi.io>
This commit is contained in:
2019-01-24 20:44:00 +02:00
parent fd7e0f676e
commit 9a89396cbc
8 changed files with 169 additions and 18 deletions
+17
View File
@@ -0,0 +1,17 @@
<html>
<head>
<title>binit</title>
<link rel="stylesheet" media="screen, projection" href="/static/paste.css">
</head>
<body>
<div class="title">
Title: {{TITLE}}
</div>
<div class="date">
Date: {{DATE}}
</div>
<div class="content">
{{CONTENT}}
</div>
</body>
</html>