sbt/web/src/main/resources/index-opt.html

19 lines
411 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Dependency resolution with Coursier</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
</head>
<body style="margin: 0px">
<div>
<canvas style="display: block" id="canvas" width="255" height="255"/>
</div>
<script type="text/javascript" src="../web-opt.js"></script>
<script>
example.ScalaJSExample().main();
</script>
</body>
</html>