This commit is contained in:
@ -11,12 +11,12 @@
|
||||
<body>
|
||||
<section>
|
||||
<header>
|
||||
<h1>GitCDN</h1>
|
||||
<h1>YaGCDN</h1>
|
||||
</header>
|
||||
|
||||
<article>
|
||||
<div id="elm-${SHA1}"></div>
|
||||
<script src="./scripts/gitcdn-${SHA1}.min.js">
|
||||
<script src="./scripts/yagcdn-${SHA1}.min.js">
|
||||
</script>
|
||||
<script>
|
||||
var app = Elm.Main.init({ node: document.getElementById("elm-${SHA1}") });
|
||||
@ -45,7 +45,7 @@
|
||||
<nav>
|
||||
<ul>
|
||||
<li>
|
||||
<small><a href="https://git.vbrandl.net/vbrandl/gitache">Repository</a></small>
|
||||
<small><a href="https://github.com/vbrandl/yagcdn">Repository</a></small>
|
||||
</li>
|
||||
<li>
|
||||
<small><a href="https://opensource.org/licenses/MIT">MIT License</a></small>
|
||||
|
Reference in New Issue
Block a user