21 lines
505 B
HTML
21 lines
505 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>
|
|
<script src="module/PlayerControl.js"></script>
|
|
<script src="index.js"></script>
|
|
<body>
|
|
<div class="h5-left">
|
|
<div class="h5-play-wrap">
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html> |