Skip to content

Commit

Permalink
corrected link
Browse files Browse the repository at this point in the history
  • Loading branch information
Xitog committed Feb 29, 2024
1 parent 27f0f6e commit 909604f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hamill/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
}
</style>
<script type="module">
import {Hamill, Document} from "./hamill.mjs";
import {Hamill} from "./hamill.mjs";

var links = [];

Expand Down Expand Up @@ -61,7 +61,7 @@
</head>
<body width="100%">
<h1>Live Hamill</h1>
<p>Entrer du code <a href="https://xitog.github.io/dgx/informatique/hamill.html">Hamill</a> à gauche pour produire de l'HTML à droite en cliquant sur <em>Parse</em>.</p>
<p>Entrer du code <a href="https://xitog.github.io/dgx/hamill/hamill.html">Hamill</a> à gauche pour produire de l'HTML à droite en cliquant sur <em>Parse</em>.</p>
<div class="grid-container">
<div class="grid-child">
<button class="_reset">Reset</button>
Expand All @@ -75,4 +75,4 @@ <h1>Live Hamill</h1>
</div>
</div>
</body>
</html>
</html>

0 comments on commit 909604f

Please sign in to comment.