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.
21 lines
480 B
21 lines
480 B
6 years ago
|
<html>
|
||
|
<head>
|
||
|
<title>binit</title>
|
||
|
<link rel="stylesheet" media="screen, projection" href="/static/paste.css">
|
||
6 years ago
|
<link rel="stylesheet" media="screen, projection" href="/static/prism.css">
|
||
6 years ago
|
</head>
|
||
|
<body>
|
||
6 years ago
|
<script src="/static/prism.js"></script>
|
||
6 years ago
|
<div class="title">
|
||
|
Title: {{TITLE}}
|
||
6 years ago
|
Language: {{LANGUAGE}}
|
||
6 years ago
|
</div>
|
||
|
<div class="date">
|
||
|
Date: {{DATE}}
|
||
|
</div>
|
||
|
<div class="content">
|
||
|
{{CONTENT}}
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|