mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-24 08:53:33 +03:00
28d36c6f64
This reverts commit4373c78d82
, reversing changes made to6b78075f02
.
17 lines
412 B
HTML
17 lines
412 B
HTML
<!DOCTYPE HTML>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>NoRedInk style guide</title>
|
|
<link href="https://fonts.googleapis.com/css?family=Muli:400,400i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<div id="svg-target"></div>
|
|
<script src="elm.js"></script>
|
|
<script>
|
|
const app = Elm.Main.init();
|
|
</script>
|
|
<script src="bundle.js"></script>
|
|
</body>
|
|
</html>
|