mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-19 19:51:37 +03:00
16 lines
303 B
HTML
16 lines
303 B
HTML
|
<!DOCTYPE HTML>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<title>NoRedInk style guide</title>
|
||
|
<link href="assets/reset.css" rel="stylesheet">
|
||
|
</head>
|
||
|
<body>
|
||
|
<script src="elm.js"></script>
|
||
|
<script>
|
||
|
const app = Elm.Main.init();
|
||
|
</script>
|
||
|
<script src="bundle.js"></script>
|
||
|
</body>
|
||
|
</html>
|