forked from hogwild/infovis2022spring
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
4 lines (4 loc) · 798 Bytes
/
index.html
1
2
3
4
<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Final project</title><style>body {
/* background-image: "pic.png"; */
background-color: black;
}</style><script defer="defer" src="main.js"></script></head><body><img src="https://img.onmanorama.com/content/dam/mm/en/news/business/images/2021/8/28/electric-car-2.jpg" width="620" height="320" id="figure1"/> <img src="https://www.racingjunk.com/news/wp-content/uploads/2020/10/future-car-culture-art.jpg" width="400" height="250" id="figure2"/><script src="//d3js.org/d3.v3.min.js"></script><script src="https://d3js.org/d3-axis.v1.min.js"></script><div id="root"></div></body></html>