2017-09-19 03:32:15 -07:00
|
|
|
<!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>
|
2017-09-19 03:32:15 -07:00
|
|
|
</head>
|
|
|
|
<body>
|
2017-09-20 23:15:29 -07:00
|
|
|
<div id="main">
|
|
|
|
</div>
|
|
|
|
<script src="bundle.js"></script>
|
2017-09-19 03:32:15 -07:00
|
|
|
</body>
|
|
|
|
</html>
|