Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Commit

Permalink
Organized the files into folders. Added correct path to web resources…
Browse files Browse the repository at this point in the history
… in html. Moved pipfile files to their own folder.
  • Loading branch information
Fra3zz committed May 2, 2024
1 parent 0420832 commit 0550c85
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions force.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
<html>
<head>
<title>Force-Directed Layout</title>
<script type="text/javascript" src="d3.v2.js"></script>
<script type="text/javascript" src="./web_resources/d3.v2.js"></script>
<script type="text/javascript" src="spider.js"></script>
<link type="text/css" rel="stylesheet" href="force.css"/>
<link type="text/css" rel="stylesheet" href="./web_resources/force.css"/>
</head>
<body style="font-family: sans-serif;">
<script>
document.write("<p>Starting url: "+spiderJson.nodes[0].url+"</p>");
</script>
<div id="chart" style="border:1px"></div>
<script type="text/javascript" src="force.js"></script>
<script type="text/javascript" src="./web_resources/force.js"></script>
<p>If you don't see a chart above, check the JavaScript console. You may
need to use a different browser.</p>
</body>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0550c85

Please sign in to comment.