26 lines
1.2 KiB
HTML
26 lines
1.2 KiB
HTML
|
<!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>超級巨星歡唱網路系統</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>
|
||
|
|
||
|
|