mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-08-19 18:43:53 +08:00
14 lines
528 B
HTML
14 lines
528 B
HTML
<!DOCTYPE html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="description" content="人生重开模拟器 - 这垃圾人生一秒也不想待了"/>
|
|
<meta name="keywords" content="人生重开模拟器 liferestart life restart remake 人生重来"/>
|
|
<meta name="color-scheme" content="light dark" />
|
|
<title>人生重开模拟器</title>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/index.tsx"></script>
|
|
</body>
|
|
</html> |