Remove big files.

This commit is contained in:
Sebastian Lenzlinger 2024-04-22 22:55:40 +02:00
parent 40c3ceee19
commit da26e965a3
3 changed files with 0 additions and 1702 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,44 +0,0 @@
<!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>

File diff suppressed because one or more lines are too long