14 lines
No EOL
694 B
HTML
14 lines
No EOL
694 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Audio Player</title>
|
|
<meta http-equiv="Keywords" content="UI"/>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
|
<link rel="shortcut icon" type="image/png" href="../../../source/Ox.UI/themes/classic/png/icon16.png"/>
|
|
<link rel="stylesheet" type="text/css" href="css/example.css"/>
|
|
<script type="text/javascript" src="../../../build/Ox.js"></script>
|
|
<script type="text/javascript" src="js/example.js"></script>
|
|
<script>window.addEventListener('message', function(e) { e.origin == window.location.origin && eval(e.data); });</script>
|
|
</head>
|
|
<body></body>
|
|
</html> |