1
0
Fork 0
mirror of https://github.com/perlbot/perlbuut-pastebin synced 2025-06-07 06:06:23 -04:00

Now rendering in a template!

This commit is contained in:
Ryan Voots 2016-06-16 00:34:31 -04:00
parent 0a5701c5fb
commit 895254083f
3 changed files with 3 additions and 2 deletions

4
app.pl
View file

@ -37,7 +37,7 @@ __DATA__
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<script src="https://code.jquery.com/jquery-3.0.0.min.js" ></script>
<script src="https://code.jquery.com/jquery-2.2.4.min.js" ></script>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
@ -95,7 +95,7 @@ say "Hello Perlbot";
</div>
</div>
<script src="extern/ace-builds/src-noconflict/ace.js" type="text/javascript" charset="utf-8"></script>
<script src="/static/ace/ace.js" type="text/javascript" charset="utf-8"></script>
<script>
$("#pastebin").hide();
$("#editor").show();

1
static/ace Symbolic link
View file

@ -0,0 +1 @@
../extern/ace-builds/src-min-noconflict