1
Fork 0
solar-conflux/purescript/factorio-throughput/src/index.html

20 lines
418 B
HTML
Raw Normal View History

2021-04-03 23:36:18 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Moontorio</title>
<script defer src="../dist/index.js"></script>
<style>
body {
display: flex;
flex-wrap: wrap;
}
</style>
</head>
<body>
</body>
</html>