14 lines
303 B
HTML
14 lines
303 B
HTML
|
<!doctype html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<script type="text/javascript" src="js/jquery.js"></script>
|
||
|
<script type="text/javascript" src="oxjs/build/Ox.js"></script>
|
||
|
<script type="text/javascript" src="js/speedtrans.js"></script>
|
||
|
|
||
|
</head>
|
||
|
<body>
|
||
|
foo
|
||
|
</body>
|
||
|
|
||
|
</html>
|