mirror of
https://github.com/DISARMFoundation/DISARMframeworks.git
synced 2024-10-01 01:45:36 -04:00
22abaf93d8
Took a copy of the current AMITT github repository - we'll be updating this and merging the SPICE branch back in Rebranded to DISARM Moved generated pages to their own folder, to make looking at the repository less confusing
13 lines
327 B
HTML
13 lines
327 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>D3 Page Template</title>
|
|
<script type="text/javascript" src="d3.js"></script>
|
|
</head>
|
|
<body>
|
|
<script type="text/javascript">
|
|
// Your beautiful D3 code will go here
|
|
</script>
|
|
</body>
|
|
</html> |