mirror of
https://github.com/zyllian/webdog.git
synced 2025-05-10 02:26:42 -07:00
add global pet counter to site :3
This commit is contained in:
parent
0e444ec503
commit
29dcdc85cb
14 changed files with 3677 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
<meta name="referrer" content="no-referrer">
|
||||
<link rel="stylesheet" href="/styles/index.css">
|
||||
<title>{{title}}</title>
|
||||
<script type="text/javascript" src="/js/pet-me.js" defer></script>
|
||||
{{{head}}}
|
||||
{{#each scripts}}
|
||||
<script type="text/javascript" src="{{this}}" defer></script>
|
||||
|
@ -33,6 +34,11 @@
|
|||
{{{page}}}
|
||||
</main>
|
||||
</div>
|
||||
|
||||
<div id="pet-counter">
|
||||
<span class="count">???</span> pets
|
||||
<button>pet me!</button>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue