21 lines
494 B
HTML
21 lines
494 B
HTML
<!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> |