All checks were successful
Deploy preview (main_watanabe) / deploy (push) Successful in 11s
35 lines
1.5 KiB
PHP
35 lines
1.5 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">2025.02.10</h1>
|
||
</header>
|
||
<div class="news-detail-content row mb50">
|
||
<div class="col-12 col-lg-8 offset-0 offset-lg-2"><p>
|
||
4月より料金区分が変わる契約者様は手続きが必要です。新しい区分が確認出来る身分証明書をご用意の上サポートセンターまでお問い合わせをお願い致します。So-Managerサポートセンター<br />
|
||
: 03-5856-4720(毎日12時~22時)</p>
|
||
</div>
|
||
</div>
|
||
</article>
|
||
</main>
|
||
<!-- ▲ メイン部分 ▲ -->
|
||
@include('layouts.info');
|
||
@include('layouts.footer');
|
||
</div>
|
||
</body>
|
||
</html> |