You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
404 B
15 lines
404 B
<!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>
|