13 lines
295 B
HTML
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>
|