All checks were successful
Deploy preview (main_watanabe) / deploy (push) Successful in 11s
37 lines
2.1 KiB
PHP
37 lines
2.1 KiB
PHP
<!doctype html>
|
||
<html lang="ja">
|
||
<head>
|
||
<title>|So-Manager</title>
|
||
<meta charset="utf-8">
|
||
<link rel="icon" href="assets/img/favicon.ico">
|
||
<link href="https://cdnjs.cloudflare.com/ajax/libs/typicons/2.0.9/typicons.css" rel="stylesheet">
|
||
<link href="https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css" rel="stylesheet" />
|
||
<link href="../bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
||
<link href="assets/css/style.css" rel="stylesheet">
|
||
<script src="assets/js/ie-emulation-modes-warning.js"></script>
|
||
</head>
|
||
<body id="" class="">
|
||
<div id="font-scale" class="home">
|
||
@include('layouts.header');
|
||
<!-- ▼ メイン部分 ▼ -->
|
||
<main role="main" id="" class="">
|
||
<article id="main-content" class="news-detail container">
|
||
<header class="news-title mt50 mb30 text-center">
|
||
<h1 class="h3">2024.12.20</h1>
|
||
</header>
|
||
<div class="news-detail-content row mb50">
|
||
<div class="col-12 col-lg-8 offset-0 offset-lg-2"><p>
|
||
亀有西、亀有東自転車駐車場終了のお知らせ<br />
|
||
この度、令和7年3月31日をもって亀有東、亀有西自転車駐車場の管理が、民間(ジェイアール東日本都市開発)の運営に代わることになりました。<br />
|
||
従いまして、皆様が現状のご契約を継続できる期間は、最大で令和7年3月31日までとなります。令和7年4月以降の手続き等に関しては、新たな管理者となるジェイアール東日本都市開発とご契約するという形になりますが、詳細については令和7年2月頃に発表になります。<br />
|
||
また、令和6年12月の更新期間までは3ヶ月契約が選択できますが、令和7年1月以降は、1ヶ月契約のみとなりますのでご注意ください。</p>
|
||
</div>
|
||
</div>
|
||
</article>
|
||
</main>
|
||
<!-- ▲ メイン部分 ▲ -->
|
||
@include('layouts.info');
|
||
@include('layouts.footer');
|
||
</div>
|
||
</body>
|
||
</html> |