web/index.html (12 lines of code) (raw):
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Few-Shot Learning</title>
<link rel="stylesheet" href="style.css" type="text/css">
<script src="build/app.js"></script>
</head>
<body>
<div class="few-shot-container"></div>
</body>
</html>