schala/static/index.html

18 lines
297 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
2017-10-01 23:25:36 -07:00
<title>Schala Metainterpreter Web Evaluator</title>
2017-10-02 00:04:33 -07:00
<style>
.CodeArea {
display: flex;
flex-direction: row;
}
</style>
</head>
<body>
<div id="main">
</div>
<script src="bundle.js"></script>
</body>
</html>