7 lines
175 B
HTML
7 lines
175 B
HTML
<html>
|
|
<head>
|
|
<script type="text/javascript">alert('hello world');</script>
|
|
<script src="/caustic.js"></script>
|
|
<script src="/app.js"></script>
|
|
</head>
|
|
</html> |