This repository has been archived on 2025-06-24. You can view files and clone it, but cannot push or open issues or pull requests.

26 lines
1.2 KiB
HTML
Raw Normal View History

2025-03-18 11:35:10 +08:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="format-detection" content="telephone=no" />
<!--meta http-equiv="Content-Security-Policy" content="default-src *; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' 'unsafe-eval'"-->
<!-- WARNING: for iOS 7, remove the width=device-width and height=device-height attributes. See https:
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi" />
<title>K歌情人卡拉OK系統</title>
</head>
<body style="background-color:#000000">
<link href="css/index.css" rel="stylesheet">
<link href="3party/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="3party/bootstrap/dist/css/bootstrap-theme.min.css" rel="stylesheet">
<script type="text/javascript" src="js/ksonglover.js"></script>
<script type="text/javascript" src="cordova.js"></script>
<script>
require(["cordovahandler"], function(){});
</script>
</body>
</html>