Files
diary-system/frontend-react/public/index.html

15 lines
474 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#667eea" />
<meta name="description" content="码神的日记系统 - 记录每天的进步与成长" />
<title>码神的日记系统</title>
</head>
<body>
<noscript>需要启用 JavaScript 才能运行此应用。</noscript>
<div id="root"></div>
</body>
</html>