Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 21 additions & 21 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,30 +33,30 @@
<h1>
<a href="./">WebGPU Samples</a>
</h1>
<search>
<hr />
<label>
<svg
width="24px"
height="24px"
viewBox="0 0 1024 1024"
class="icon"
version="1.1"
xmlns="http://www.w3.org/2000/svg"
>
<title>Search</title>
<path
d="M448 768A320 320 0 1 0 448 128a320 320 0 0 0 0 640z m297.344-76.992l214.592 214.592-54.336 54.336-214.592-214.592a384 384 0 1 1 54.336-54.336z"
fill="currentColor"
/>
</svg>
<input type="search" name="search" />
</label>
<hr />
</search>
<input type="checkbox" id="menuToggle">
<label class="expand" for="menuToggle"></label>
<div class="panelContents">
<search>
<hr />
<label>
<svg
width="24px"
height="24px"
viewBox="0 0 1024 1024"
class="icon"
version="1.1"
xmlns="http://www.w3.org/2000/svg"
>
<title>Search</title>
<path
d="M448 768A320 320 0 1 0 448 128a320 320 0 0 0 0 640z m297.344-76.992l214.592 214.592-54.336 54.336-214.592-214.592a384 384 0 1 1 54.336-54.336z"
fill="currentColor"
/>
</svg>
<input type="search" name="search" />
</label>
<hr />
</search>
<a href="https://github.com/webgpu/webgpu-samples">
Github
</a>
Expand Down