28 lines
576 B
HTML
28 lines
576 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta http-equiv="Pragma" content="no-cache" />
|
|
<meta http-equiv="Cache-Control" content="no-cache, must-revalidate" />
|
|
<meta http-equiv="Expires" content="0" />
|
|
<link rel="stylesheet" href="css/style.css">
|
|
</head>
|
|
|
|
<body>
|
|
<div class="h5-left">
|
|
<div class="h5-play-wrap">
|
|
</div>
|
|
</div>
|
|
<script src="module/PlayerControl.js"></script>
|
|
<script src="index.js"></script>
|
|
</body>
|
|
|
|
</html>
|
|
|
|
<style>
|
|
.h5-play-wrap {
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
</style> |