Skip to content

Commit

Permalink
feat
Browse files Browse the repository at this point in the history
  • Loading branch information
DrAugus committed Jan 24, 2024
1 parent 3deaf98 commit 6a03be5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ all diary

- [2022]
- [2023]

- [2024]

----

choose one day (not commend)

<input type="date" id="diary_date_info" name="oh" value="new Date()" min="2022-10-20" max="new Date()">
<a id="run" href="https://draugus.github.io/diary/"
onclick="this.href +=
onclick="this.href +=
document.getElementById('diary_date_info').value
.replace(/-/g, '/')">click me to view</a>


[2022]: https://draugus.github.io/diary/2022/
[2023]: https://draugus.github.io/diary/2023/
[2022]: ./2022/
[2023]: ./2023/
[2024]: ./2024/

0 comments on commit 6a03be5

Please sign in to comment.