You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
480 B
20 lines
480 B
<html> |
|
<head> |
|
<title>binit</title> |
|
<link rel="stylesheet" media="screen, projection" href="/static/paste.css"> |
|
<link rel="stylesheet" media="screen, projection" href="/static/prism.css"> |
|
</head> |
|
<body> |
|
<script src="/static/prism.js"></script> |
|
<div class="title"> |
|
Title: {{TITLE}} |
|
Language: {{LANGUAGE}} |
|
</div> |
|
<div class="date"> |
|
Date: {{DATE}} |
|
</div> |
|
<div class="content"> |
|
{{CONTENT}} |
|
</div> |
|
</body> |
|
</html>
|
|
|