Files
excel-download/react_webgame/main/index.html
haerong22 1de0dfde66 map
2020-12-20 20:04:29 +09:00

10 lines
157 B
HTML

<html>
<head>
<meta charset="utf-8"/>
<title>숫자야구</title>
</head>
<body>
<div id="root"></div>
<script src="./dist/app.js"></script>
</body>
</html>