-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
80 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
<!doctype html> | ||
<html lang="ja"> | ||
<head> | ||
<!--meta--> | ||
<title>特定商取引法に基づく表記 - 雷のサイト</title> | ||
|
||
<meta http-equiv="X-UA-Compatible" content="IE=Edge" /> | ||
<meta name="viewport" content="width=device-width,initial-scale=1" /> | ||
<meta name="description" content="特定商取引法に基づく表記" /> | ||
<link rel="canonical" href="https://raic.tech/" /> | ||
|
||
<meta content="特定商取引法に基づく表記 - 雷のサイト" property="og:title" /> | ||
<meta content="特定商取引法に基づく表記" property="og:description" /> | ||
<meta content="https://raic.tech" property="og:url" /> | ||
<meta content="https://raic.tech/images/profile-image.png" property="og:image" /> | ||
<meta content="#43B581" data-react-helmet="true" name="theme-color" /> | ||
|
||
<!--Stylesheet--> | ||
<link rel="stylesheet" href="/css/index.css" /> | ||
|
||
<!--favicon--> | ||
<link rel="icon" href="/images/profile-image.png" /> | ||
|
||
<!--JavaScript--> | ||
|
||
<script src="/js/menu.js"></script> | ||
</head> | ||
|
||
<body style="display: none"> | ||
<header></header> | ||
|
||
<section class="columns p-4 m-0"> | ||
<div class="column is-2"></div> | ||
<div class="content"> | ||
<h1>特定商取引法に基づく表記</h1> | ||
<p> | ||
<b>運営責任者</b> 村井正人<br /> | ||
|
||
<b>販売価格</b> 各商品ページに記載しています。<br /> | ||
<b>運営責任者</b> 村井正人 | ||
|
||
<b>商品代金以外の必要料金 </b> 消費税<br /> | ||
<b>支払い方法 </b> クレジットカード<br /> | ||
<b>支払い時期 </b> ご注文時 | ||
</p> | ||
</div> | ||
</section> | ||
|
||
<footer></footer> | ||
|
||
<script src="/js/index.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters