-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (53 loc) · 2.55 KB
/
index.html
File metadata and controls
59 lines (53 loc) · 2.55 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang='zh-CN'>
<head>
<meta charset='UTF-8'>
<meta name="google-site-verification" content="QjZMp6KcYjY2GdHccvbLcjlOmegab7Uqjqmgh-8EW-s" />
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
<title>日课一问 | 破局人生</title>
<link rel='icon' href='icon.png' type='image/png'>
<link rel='stylesheet' href='style.css'>
</head>
<body>
<div class='card' id='daily-card'>
<div class='card-header'>
<div class='header-brand'>
<a href='https://github.com/cnfeat/DailyQuestion' target='_blank' class='brand-link'>日课一问 | 每日一问,破局人生</a>
</div>
<div class='header-meta'>
<div class='card-id' id='card-id'>NO.000</div>
</div>
</div>
<div class='card-content'>
<h1 id='question-display'>正在抽取今日问题...</h1>
<div class='divider'></div>
<p id='extension-display'>思考加载中...</p>
<div class='progress-container'>
<div id='gregorian-date' class='card-date-bottom'></div>
<div id='progress-text' class='progress-text'></div>
<div id='progress-grid' class='progress-grid'></div>
</div>
</div>
<div class='card-footer'>
<div class='footer-left'>
<a href='https://github.com/cnfeat/DailyQuestion' target='_blank' class='footer-share-link'>欢迎分享你的日课一问</a>
</div>
<div class='footer-right'>
<div class='footer-info'>
<a href='https://www.xiaohongshu.com/user/profile/5f114dd500000000010071a0' target='_blank' class='footer-note'>出品:cnfeat@卡片创作实验室</a>
</div>
<button id='download-btn' class='action-btn' title='下载这张问题'>
<svg viewBox='0 0 24 24' width='16' height='16' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'>
<path d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'></path>
<polyline points='7 10 12 15 17 10'></polyline>
<line x1='12' y1='15' x2='12' y2='3'></line>
</svg>
</button>
</div>
</div>
</div>
<script src='data.js'></script>
<script src='html2canvas.min.js'></script>
<script src='script.js'></script>
</body>
</html>