Files
docker-binnit/binnit/html/paste.html
T
karasz 9a89396cbc Updated binnit to latest and added new files
Signed-off-by: Nagy Károly Gábriel <k@jpi.io>
2019-01-24 20:44:00 +02:00

18 lines
326 B
HTML

<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>