wheeliefreshbins/templates/schedule.html

14 lines
324 B
HTML
Raw Normal View History

2023-08-07 18:08:30 +01:00
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Bin cleaning schedule</title>
<link href="https://portal.wheeliefreshbins.com/Content/xplugin" rel="stylesheet"/>
<link href="https://portal.wheeliefreshbins.com/Content/css" rel="stylesheet"/>
</head>
<body>
{{ html | safe }}
</body>
</html>