DSMsaveload/popup/DSMsaveload.html

21 lines
494 B
HTML
Raw Normal View History

2022-09-05 03:55:34 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="DSMsaveload.css" />
</head>
<body>
<div id="popup-content">
<p>Desmos JSON save / load</p>
<p>Created by <a href="https://alexanderbass.com">Alexander Bass</a></p>
<p>Source code at <a href="https://git.alexanderbass.com/alexander/DSMsaveload">git.alexanderbass.com</a></p>
<p>Not in any way affiliated with Desmos.</p>
</div>
<script src="DSMsaveload.js"></script>
</body>
</html>