Skip to content

Commit

Permalink
chore: Rename public pages
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciopoppe committed Dec 16, 2023
1 parent 1c9cce5 commit dfa9291
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 134 deletions.
File renamed without changes.
File renamed without changes.
31 changes: 31 additions & 0 deletions site/playground.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title>Function Plot</title>
<link rel="stylesheet" type="text/css" rel="noopener" target="_blank" href="./css/reset.css">
<style>
body, text {
font-family: Arial, sans-serif;
color: black;
font-size: 14px;
}
</style>
</head>
<body>
<div id="playground"></div>
<script src="function-plot.js"></script>
<script>
(function() {
functionPlot({
target: "#playground",
data: [
{
fn: "x^2"
}
]
})
})()
</script>
</body>
</html>
134 changes: 0 additions & 134 deletions site/sampling.html

This file was deleted.

0 comments on commit dfa9291

Please sign in to comment.