Skip to content

Commit

Permalink
Add favicon. (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
csyonghe authored Dec 4, 2024
1 parent 2d9b842 commit 25a897b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
<meta name="description"
content="Interactive playground for experimenting with Slang shading language. Write, compile, and visualize shader code in real-time." />
<meta name="keywords" content="Slang, shader, WebGPU, graphics programming, code playground, real-time rendering" />
<link rel="icon" type="image/png" href="/images/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg" />
<link rel="shortcut icon" href="/images/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png" />
<link href="./styles/styles.css" rel="stylesheet" />
<link href="json-tree/jsontree.js.css" rel="stylesheet" />
<script src="https://unpkg.com/split-grid/dist/split-grid.js"></script>
Expand Down

0 comments on commit 25a897b

Please sign in to comment.