Userscript iframe base

This commit is contained in:
Ruud
2011-10-12 15:55:43 +02:00
parent 90f342bd17
commit 20f20389ce
2 changed files with 19 additions and 0 deletions
@@ -0,0 +1,15 @@
<!doctype html>
<html>
<head>
<script type="text/javascript" src="{{ url_for('web.static', filename='scripts/library/mootools.js') }}"></script>
<script type="text/javascript" src="{{ url_for('web.static', filename='scripts/library/mootools_more.js') }}"></script>
<script type="text/javascript">
{{url}}
console.log('test');
Api.request('')
</script>
</head>
<body></body>
</html>