This repository has been archived by the owner on Mar 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (54 loc) · 2.59 KB
/
index.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection" />
<link type="text/css" rel="stylesheet" href="css/hyper.css" media="screen,projection" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body background="pic/blank.jpg" onselectstart="return false;">
<div class="row">
<div class="col s4">
<!-- 日期 倒计时? 天气 -->
<h2 class="right-align gray"><span id="month">载入月份</span> <span id="day">载入日期</span></h2>
<!-- <h3 class="right-align gray yahei">室内温度 <span id="tpt">--</span> °C 湿度 <span id="sd">--</span></h3> -->
<p class="right-align yahei gaokao gray">距离高考 <span id="gaokao">载入</span> 天</p>
<div class="right-align">
<iframe src="weather.html?bg=3&md=034&lc=CN101190401&key=0b23abc522ab4c15804ace26ef307466"
frameborder="0" scrolling="no" width="400" height="790"></iframe>
</div>
</div>
<div class="col s4">
<!-- 图片 -->
<!--img class="responsive-img" src="pic/bg.jpg"-->
<img src="pic/111.jpg" class="responsive-img">
</div>
<div class="col s4">
<!-- 一言 课表 通知 -->
<p id="hitokoto" class="yahei hitokoto">载入一言</p>
<div class="col s8">
<div id="homework">
<h3 class="right-align gray yahei">室内温度 <span id="tpt">{{wd}}</span>°C 湿度 <span id="sd">{{sd}}</span>%</h3>
<div class="title">语文</div>
<pre>{{C}}</pre>
<p class="title">数学</p>
<pre>{{M}}</pre>
<p class="title">英语</p>
<pre>{{E}}</pre>
<p class="title">物理</p>
<pre>{{P}}</pre>
<p class="title">生物</p>
<pre>{{B}}</pre>
</div>
</div>
<div class="col s4">
<div id="schedule">
</div>
</div>
<p><a class="waves-effect waves-light btn" onclick="location.reload()">刷新页面</a></p>
</div>
<script type="text/javascript" src="js/materialize.min.js"></script>
<script type="text/javascript" src="js/vue.js"></script>
<script type="text/javascript" src="js/hyper.js"></script>
</body>
</html>