fixed some bugs in /toys/license/
This commit is contained in:
@@ -34,18 +34,16 @@
|
||||
<h1 style="margin-bottom: calc(1px * var(--pxDensity)); font-size: 2em; color: red; text-decoration: underline;">
|
||||
WARNING
|
||||
</h1>
|
||||
These are experimental/testing libraries. Do not expect them to function. Do not expect them to stay functioning. Do not expect them stay as a whole. Do not expect their advertising to be correct. Do not expect anything from them.
|
||||
These are experimental/testing libraries. Do not expect anything from them, they may even be removed in the future.
|
||||
</div>
|
||||
|
||||
<div style="height: calc(1px * var(--pxDensity)); margin: 0 calc(3px * var(--pxDensity)); background-color: var(--navBarBtn_Border);"></div>
|
||||
|
||||
<ul class="libUl">
|
||||
<li class="libLi">
|
||||
<div class="libContainer borderedRect">
|
||||
<img class="libImg" src="/assets/js.png" style="border-radius: 16px;">
|
||||
<div class="libTextContainer">
|
||||
<h1>Calendar Library</h1>
|
||||
<p class="desc">A fully customizable calendar library. So customizable that you can barely call it a calendar library.</p>
|
||||
<p class="desc">Description.</p>
|
||||
</div>
|
||||
<div class="libSrcContainer">
|
||||
<script src="https://www.bytedice.net/libs/test/calendar_test.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user