RpyPlayerTS/index.html
2024-02-28 20:07:54 +02:00

16 lines
399 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Rpy Player. Everlasting Summer</title>
<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="Online RenPy scenarios player">
</head>
<body>
<script type="module" src="./src/main.ts"></script>
</body>
</html>