Update CodePaste
This commit is contained in:
parent
7c9402d732
commit
fe820acd08
|
@ -8,7 +8,7 @@
|
|||
using namespace std;
|
||||
using json = nlohmann::json;
|
||||
|
||||
const string docroot = "D:\\Bitnami\\wampstack-5.6.31-0\\apache2\\htdocs\\";
|
||||
const string docroot = "C:\\Bitnami\\wampstack-5.6.25-0\\apache2\\htdocs\\";
|
||||
|
||||
int main()
|
||||
{
|
||||
|
|
19
web/cgi-bin/paste_template.txt
Normal file
19
web/cgi-bin/paste_template.txt
Normal file
|
@ -0,0 +1,19 @@
|
|||
<!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>
|
Reference in New Issue
Block a user