This repository has been archived on 2021-11-25. You can view files and clone it, but cannot push or open issues/pull-requests.
CodePaste/web/cgi-bin/paste_template.txt

19 lines
657 B
Plaintext

<!DOCTYPE>
<html>
<head>
<title>{{Title}}</title>
<link type="text/css" rel="stylesheet" href="/css/shCore.css">
<script type="text/javascript" src="/js/XRegExp.js"></script>
<script type="text/javascript" src="/js/shCore.js"></script>
<script type="text/javascript" src="/js/shLegacy.js"></script>
<script type="text/javascript" src="/js/shAutoloader.js"></script>
<script type="text/javascript" src="/js/shBrushCpp.js"></script>
<link type="text/css" rel="stylesheet" href="/css/shThemeDefault.css">
<script type="text/javascript">SyntaxHighlighter.all();</script>
</head>
<body>
<pre class="brush:{{Codetag}}" name="code">
{{Code}}
</pre>
</body>
</html>