Skip to content

Commit

Permalink
update reference meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Jan 15, 2024
1 parent 4f05157 commit 3c8b6b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta charset="utf-8" />
<title>LIPS Scheme Functions and Macro Reference</title>
<link rel="canonical" href="https://lips.js.org/screenshot.html" />
<meta name="Description" content="Tool to take screenshots of LIPS Scheme."/>
<link rel="canonical" href="https://lips.js.org/reference.html" />
<meta name="Description" content="LIPS Scheme function and macro reference with documentation."/>
<style>
#root {
display: flex;
Expand Down Expand Up @@ -137,8 +137,8 @@ <h2>Functions and Macro Reference</h2>
<div id="root">Loading...</div>
<script src="https://cdn.jsdelivr.net/npm/@jcubic/lips@beta/dist/lips.min.js"
bootstrap="https://cdn.jsdelivr.net/npm/@jcubic/lips@beta/dist/std.xcb"></script>
<script src="https://cdn.jsdelivr.net/npm/react@18/umd/react.development.js"></script>
<script src="https://cdn.jsdelivr.net/npm/react-dom@18/umd/react-dom.development.js"></script>
<script src="https://cdn.jsdelivr.net/npm/react@18/umd/react.production.js"></script>
<script src="https://cdn.jsdelivr.net/npm/react-dom@18/umd/react-dom.production.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script src="./app.js"></script>
<footer>
Expand Down

0 comments on commit 3c8b6b1

Please sign in to comment.