-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
25 lines (25 loc) · 1.51 KB
/
footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
</br>
<footer class="footer">
<div class="container text-center">
<div class="logo">
<a href="index.php"><img src="image/logo.png" height="60"></a>
</div>
<ul class="footer-nav" style="font-size:25px;">
<li><a href="index.php"><img src="image/Home_icon.png" width=22px>Home</a> <a href="blog.php">Blog</a></li>
<li><a href="question.php">よくある質問</a> <a href="support.php"><img src="image/10854.png" width=22px>サポート</a></li>
</ul>
<hr>
<ul class="footer-nav">
<li><a href="#">利用規約</a> | <a href="#">ガイドライン</a> | <a href="#">特定商品取引法</a></li>
<li><a href="#">プライバシー</a> | <a href="kaisya.php">会社概要</a></li>
</ul>
<p class="text-muted">©︎2023 SELL & BUY</p>
</div>
</footer>
<!-- <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script> -->
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script> -->
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/web-animations/2.3.1/web-animations.min.js"></script> -->
<script src="js/txthide.js"></script>
</body>
</html>