~singpolyma/cheogram-matrix-spa

313877574da66dbb171090db807107ac2b278c3d — Stephen Paul Weber 1 year, 5 months ago 537ed5a master
Add source link
2 files changed, 8 insertions(+), 0 deletions(-)

M index.html
M index.scss
M index.html => index.html +1 -0
@@ 11,6 11,7 @@
<body>
	<h1>Get Matrix IDs for Other IDs</h1>
	<div id="elm"></div>
	<a class="source" href="https://git.singpolyma.net/cheogram-matrix-spa">source code</a>
	<script type="text/javascript">
		Elm.Main.init({ node: document.getElementById("elm") });
	</script>

M index.scss => index.scss +7 -0
@@ 87,6 87,13 @@ input {
	}
}

body > a.source {
	position: absolute;
	bottom: 2em;
	left: 2em;
	color: #ffc700;
}

select {
	position: absolute;
	bottom: 2em;