Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
dded back button to 3d
Browse files Browse the repository at this point in the history
  • Loading branch information
rush2sk8 committed Jul 9, 2018
1 parent 43798eb commit 2c58fc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 182 deletions.
181 changes: 0 additions & 181 deletions website/3d_plotting/3dplot.html

This file was deleted.

3 changes: 2 additions & 1 deletion website/3d_plotting/main.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<head>
<script src="https://cdn.plot.ly/plotly-latest.min.js"></script>
<script src="/socket.io/socket.io.js"></script>
<script src="/socket.io/socket.io.js"></script>
</head>

<body>
<div id="graph"></div>
<script src="./script.js"></script>
<input type="button" onclick="location.href='/';" value="Back" />
</body>

0 comments on commit 2c58fc2

Please sign in to comment.