Update CodePaste

master
Kirigaya Kazuto 2017-11-21 16:09:25 +08:00
parent 7c9402d732
commit fe820acd08
3 changed files with 20 additions and 1 deletions

View File

@ -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()
{

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