This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
rpgedit/static/index.html

10 lines
161 B
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>RPGedit</title>
</head>
<body>
<script src="bundle.js"></script>
</body>
</html>