This repository has been archived on 2025-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
2024-01-08 15:49:50 +01:00

45 lines
1.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DB_23</title>
<style>
body {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
iframe {
box-sizing: border-box;
width: 48%;
height: 400px;
margin: 5px;
}
iframe[src="heat_map_time.html"] {
width: 100%;
height: 900px;
}
iframe[src="heat_map_toggle.html"] {
width: 100%;
height: 900px;
}
</style>
</head>
<body>
<iframe src="heat_map_time.html"></iframe>
<iframe src="heat_map_toggle.html"></iframe>0
<iframe src="acc_by_year.html"></iframe>
<iframe src="acc_by_weekday.html"></iframe>
<iframe src="acc_by_daytime.html"></iframe>
<iframe src="plt_acc_by_day_year.html"></iframe>
<iframe src="acc_by_type.html"></iframe>
<iframe src="bike_by_month.html"></iframe>
<iframe src="ped_by_month.html"></iframe>
<iframe src="severity_by_month.html"></iframe>
<iframe src="severity_by_year.html"></iframe>
</body>
</html>