-
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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; | ||
|
@@ -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> | ||
|