created web files
This commit is contained in:
25
static/index.html
Executable file
25
static/index.html
Executable file
@@ -0,0 +1,25 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-TW">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>歷史上的今天</title>
|
||||
<link rel="stylesheet" href="static/styles.css">
|
||||
<script src="static/script.js"></script>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container">
|
||||
<h1 id="title">歷史上的今天</h1>
|
||||
<div id="current-date"></div>
|
||||
|
||||
<div id="events-list">
|
||||
<p>正在載入歷史事件...</p>
|
||||
</div>
|
||||
<div id="time-comment" class="hide">*以上標註時間均為臺灣標準時間(UTC+8)</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user