This commit is contained in:
Ladd Hoffman 2024-06-21 17:23:17 -05:00
parent 120a6ea805
commit c2bd21c3d3
3 changed files with 37 additions and 0 deletions

35
favicon.svg Normal file
View File

@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="43.09333mm"
height="36.018612mm"
viewBox="0 0 43.09333 36.018612"
version="1.1"
id="svg1"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs1" />
<g
id="layer1"
transform="translate(-90.108576,-103.37401)">
<a
id="a3">
<path
id="path1"
style="fill:none;fill-opacity:0.819613;stroke:#000000;stroke-width:3;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:0.99992;paint-order:markers stroke fill"
d="m 132.42119,132.96886 c -5.28302,3.22026 -11.3507,4.92377 -17.53782,4.92377 -6.5676,0 -12.99205,-1.91929 -18.483382,-5.52189" />
</a>
<circle
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:3.90959;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:0.99992;paint-order:markers stroke fill"
id="path3"
cx="96.394478"
cy="132.36713"
r="6.2859015" />
<path
style="fill:none;fill-opacity:0.819613;stroke:#000000;stroke-width:3;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:0.99992;paint-order:markers stroke fill"
d="M 114.88337,104.19707 96.394478,132.36712"
id="path2" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

0
index.html Normal file
View File

View File

@ -6,6 +6,8 @@
<title>Reveal.js Test</title> <title>Reveal.js Test</title>
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<link rel="stylesheet" href="./node_modules/reveal.js/dist/reset.css"> <link rel="stylesheet" href="./node_modules/reveal.js/dist/reset.css">
<link rel="stylesheet" href="./node_modules/reveal.js/dist/reveal.css"> <link rel="stylesheet" href="./node_modules/reveal.js/dist/reveal.css">
<link rel="stylesheet" href="./node_modules/reveal.js/dist/theme/white.css"> <link rel="stylesheet" href="./node_modules/reveal.js/dist/theme/white.css">