25 lines
634 B
HTML
Executable File
25 lines
634 B
HTML
Executable File
<!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> |