This repository has been archived on 2025-03-02. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
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>