Skip to content
Snippets Groups Projects
Commit 4c9b72c4 authored by Florian Niebling's avatar Florian Niebling :speech_balloon:
Browse files

initial import

parents
Branches main
No related tags found
No related merge requests found
**/.DS_Store
\ No newline at end of file
# D3 Project Starter Template
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title>D3 Project Starter Template</title>
<meta charset="UTF-8">
<link rel="icon" href="data:;base64,iVBORwOKGO=" />
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- Add HTML content, SVG drawing area, ... -->
<!-- D3 bundle -->
<script src="js/d3.v6.min.js"></script>
<!-- Our JS code -->
<script src="js/main.js"></script>
</body>
</html>
\ No newline at end of file
Source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment