mirror of
https://github.com/DISARMFoundation/DISARMframeworks.git
synced 2025-05-07 17:24:56 -04:00

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
No EOL
327 B
HTML
13 lines
No EOL
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> |