Newer
Older
cafe-2022 / minosanjo / cafe-intro.html
@みのさんじょー みのさんじょー on 26 Jul 2022 1 KB tsuika
<!DOCTYPE html>
<html lang="ja">

<head>
  <meta charset="UTF-8">
  <title>cafe 紹介</title>
  <script type="text/javascript" src="csv.min.js"></script>
  <script type="text/javascript" src="mycsvload.js"></script>
  <link rel="stylesheet"type="text/css" href="cafe-intro.css">
</head>

<body>
  <header>
    <h1><a href="https://www.yatex.org/gitbucket/SKIP/cafe-2022/pages/ryuei/cafe-top.html"><img src="nav/title/little-favorite.jpg"></a></h1>
    <nav class="iroiro">
      <ul>
        <li><a href="https://www.yatex.org/gitbucket/SKIP/cafe-2022/pages/ryuei/cafe-top.html">HOME</a></li>
        <li><a href="https://umap.openstreetmap.fr/en/map/cafe_719612#11/38.8676/139.9047">map</a></li>
        <li><a href="https://www.yatex.org/gitbucket/SKIP/cafe-2022/pages/aoi/cafe3_1.html">検索</a></li>
        <li><a href="">なんか</a></li>
        <li><a href="">なんか</a></li>
      </ul>
    </nav>
  </header>

  <p>
    <button type="button" id="left"><img src="umiushi/umiushi-blue.jpg"></button>
    <button type="button" id="right"><img src="umiushi/umiushi-pink.jpg"></button>
  </p>
  <h1 id="__店名__">店舗名</h1>

  <!-- 写真 -->
  <img id="__img1__" src="xx">
  <img id="__img2__" src="xx">
  <img id="__img3__" src="xx">

  <p id="__日付__">行った日</p> <!--https://ww__ファイル名__-->
  <p id="__住所__">住所</p> <!--同じところ書く__変わるとこ__-->
  <p id="__電話番号__">電話番号</p>
  <p id="__営業時間__">営業時間</p>
  <p id="__定休日__">定休日</p>
    
  <p>SNS</p>
  <h1>HP</h1>
  <a id="__HP__" href="xx">HP</a>
  <p>Instagram</p>
  <a id="__Instagram__" href="xx">Instagram</a>
  <p>Facebook</p>
  <a id="__Facebook__" href="xx">Facebook</a>
  <p>Twitter</p>
  <a id="__Twitter__" href="xx">Twitter</a>
</body>

</html>