shimoda.m@nds-tyo.co.jp 3573bf0861 style: CSS移植
2023-07-03 10:54:06 +09:00

13 lines
295 B
HTML

<!DOCTYPE html>
<html lang="ja">
<head>
{% with subtitle = view.subtitle %}
{% include '_header.html' %}
{% endwith %}
<link href="/static/css/masterMainte.css" rel="stylesheet" />
</head>
<body>
<h1>施設担当者データCSVダウンロード</h1>
</body>
</html>