mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2025-07-16 17:13:52 +08:00
16 lines
643 B
HTML
16 lines
643 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="description" content="やり直すんだ。そして、次はうまくやる。"/>
|
|
<meta name="keywords" content="人生重开模拟器 liferestart life restart remake 人生重来"/>
|
|
<title>Life Restart</title>
|
|
</head>
|
|
<body>
|
|
<script language="javascript" type="text/javascript">
|
|
window.location.href="../public/index.html";
|
|
</script>
|
|
</body>
|
|
</html> |