-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathselect.html
43 lines (34 loc) · 1.6 KB
/
select.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<html>
<head>
<link rel="stylesheet" href="css/theme.css">
<link rel="stylesheet" href="css/local-ntp.css">
<link rel="stylesheet" href="css/voice.css">
<!-- <script src="js/config.js" integrity="sha256-LpjdGpwjTeHJLGOl843Ld2rA1eNX9YQgfjxchNxHz0s="></script> -->
<!-- <script src="js/local-ntp.js" integrity="sha256-IayX1xdgA/QE6DeHfBuqKDkakwZ1dk/r9B7J6jndHl0="></script> -->
<!-- <script src="js/voice.js" integrity="sha256-KE4wd1GmLh7EIMfT+zNzX4kM3c6NNboIxfkXKPwbD90="></script> -->
<title>选择中心</title>
<link rel="stylesheet" href="layui/css/layui.css" media="all">
<meta charset="utf-8">
<meta name="google" value="notranslate">
<script src="js/jquery-1.9.1.min.js"></script>
<script src="js/select.js"></script>
</head>
<!-- Remember to update the test HTML files in chrome/test/data/local_ntp/
whenever making changes to this file.-->
<body style="background: rgb(255, 255, 255);">
<!-- Container for the OneGoogleBar HTML. -->
<div id="one-google" class="hidden"></div>
<div class="layui-row">
<div class="layui-col-xs10" style="height: 100%;">
<!-- The container for the tiles. The MV iframe goes in here. -->
<!-- <div id="mv-tiles"> -->
<iframe id="single" tabindex="1" src="http://www.youku.com/" onload="iframeclick()"></iframe>
<!-- </div> -->
<!-- Notification shown when a tile is blacklisted. -->
</div>
<div class="layui-col-xs2" style="height: 100%;">
<div>asd</div>
</div>
</div>
</body>
</html>