Skip to content

Commit

Permalink
github-deploy-action-unused-var-warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
github-deploy-action committed Dec 23, 2023
1 parent c874011 commit d4a79b2
Show file tree
Hide file tree
Showing 4 changed files with 50,969 additions and 47,800 deletions.
59,841 changes: 30,473 additions & 29,368 deletions unused-var-warnings/hazel.js

Large diffs are not rendered by default.

21 changes: 6 additions & 15 deletions unused-var-warnings/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,15 @@
</head>

<body spellcheck="false">
<div class="container" id="container">
<div class="loading-container" style="position: absolute; left:0; top:0; right:0; bottom:0; display: flex; flex-direction: column; align-items: center; justify-content: center; background-color: #fdf6e3">
<div class="loading" style="display: flex; align-items: center; justify-content: center; ">
<img width="200px" height="200px" src="img/loading.gif" />
<img width="200px" height="200px" src="img/hazelnut.svg" style="position:fixed; transform: scale(0.25); filter: invert()"/>
<div id="container">
<div class="loading">
<div class="spinner">
<img width="100px" height="100px" src="img/loading.gif" />
<img class="spinner-nut" width="100px" height="100px" src="img/hazelnut.svg" />
</div>
<p style="font-size:4em; color: black;">loading</p>
loading
</div>
</div>
<svg style="visibility: hidden; position: absolute;" width="0" height="0" xmlns="http://www.w3.org/2000/svg" version="1.1">
<defs>
<filter id="goo">
<feGaussianBlur in="SourceGraphic" stdDeviation="2" result="blur" />
<feColorMatrix in="blur" mode="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 19 -9" result="goo" />
<feComposite in="SourceGraphic" in2="goo" operator="atop"/>
</filter>
</defs>
</svg>
</body>

<script src="hazel.js"></script>
Expand Down
Loading

0 comments on commit d4a79b2

Please sign in to comment.