pvpokemon/index.html
2019-02-18 16:06:20 -05:00

16 lines
544 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>PVP, ok? E-Mon.</title>
<link href="favicon.ico" rel="shortcut icon" type="image/x-icon" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Press+Start+2P" />
<link rel="stylesheet" href="dist/global.css" />
<link rel="stylesheet" href="dist/app.css" />
</head>
<body>
<div id="pokemon-mount"></div>
<script src="dist/global-bundle.js"></script>
<script src="dist/main-bundle.js"></script>
</body>
</html>