Skip to content

Commit

Permalink
Move index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ukupat committed Dec 26, 2024
1 parent 61da9e5 commit ddc1686
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions demo/index.html → index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="profile" href="https://gmpg.org/xfn/11" />

<title>personal-code-to-birthday</title>
<link rel="icon" href="favicon.svg" type="image/svg+xml" />
<link rel="icon" href="demo/favicon.svg" type="image/svg+xml" />

<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
Expand Down Expand Up @@ -288,13 +288,13 @@
<header class="flex direction-column align-center gap-48 mb-80">
<div class="flex align-center justify-center gap-64 mb-48">
<a href="https://www.npmjs.com/package/@remato/personal-code-to-birthday">
<img src="npm.svg" width="32" height="32" class="hover-scale" />
<img src="demo/npm.svg" width="32" height="32" class="hover-scale" />
</a>
<a href="https://remato.com">
<img src="remato.svg" width="64" height="64" class="hover-scale" />
<img src="demo/remato.svg" width="64" height="64" class="hover-scale" />
</a>
<a href="https://github.com/rematocorp/personal-code-to-birthday">
<img src="github.svg" width="32" height="32" class="hover-scale" />
<img src="demo/github.svg" width="32" height="32" class="hover-scale" />
</a>
</div>

Expand Down Expand Up @@ -400,7 +400,7 @@ <h1>
</div>
</footer>

<script src="./index.js"></script>
<script src="demo/index.js"></script>
<script>
function go(value, isDirty) {
const output = personalCodeToBirthday.default(value)
Expand Down

0 comments on commit ddc1686

Please sign in to comment.