interactive-tutorial
Version:
A library for creating interactive tutorials
20 lines (19 loc) • 535 B
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>FOW TUTORIAL DEMO</title>
<style>
h1 {
margin-left: 2rem;
width: 40rem;
}
</style>
<script defer src="main-bundle.js"></script></head>
<body>
<h1>FOW TUTORIAL DEMO</h1>
<script type="text/javascript" src="main-bundle.js"></script>
</body>
</html>