forked from ancon/bigscreen
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex-back.html
More file actions
43 lines (38 loc) · 1.59 KB
/
index-back.html
File metadata and controls
43 lines (38 loc) · 1.59 KB
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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<title>机智的大屏幕</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, user-scalable=0">
<meta name="author" content="机智的大熊猫,开源小熊猫" />
<meta name="renderer" content="webkit">
<meta name="description" content="" />
<meta name="Keywords" content="微信墙,人人墙,微博墙,活动墙,前端网站,开源,GITHUB,免费,模板">
<!-- <link rel="stylesheet" type="text/css" href="/static/css/style.min.css"> -->
<link rel="stylesheet" type="text/css" href="/static/_src/css/reset.css">
<link rel="stylesheet" type="text/css" href="/static/_src/css/base.css">
<script src="http://libs.baidu.com/jquery/1.9.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="/static/libs/jquery-1.9.1.min.js" type="text/javascript"><\/script>')</script>
<!--<script src="/static/js/nona.min.js"></script>-->
<script src="/static/_src/js/base.js"></script>
</head>
<body>
<div class="wrapper">
<div id="header">
<div>
<img src="/static/images/logo.png" alt="华中时讯-时刻" class="logo logo-large">
</div>
<div>
<h1>时刻大屏幕</h1>
</div>
<div>
<img src="/static/images/qrcode.jpg" alt="华中时讯-时刻" class="qrcode">
</div>
</div>
</div>
<script type="text/javascript">
</script>
</body>
</html>