17 lines
541 B
PHP
17 lines
541 B
PHP
|
|
</div>
|
|
|
|
|
|
<footer class="footer mt-5 py-3 bg-primary">
|
|
<div class="container d-flex gap-1">
|
|
<img src="images/bootstrap-logo.png" style="width: 5rem" class="me-2">
|
|
<div class="d-flex flex-column">
|
|
<span class="text-bg-primary">수많은 데이터에서 필요한 정보만 쏙 </span>
|
|
<span class="text-bg-primary">SOKUREE.com</span>
|
|
<span class="text-bg-primary">TEL: 010-1234-5678</span>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
|
|
</html> |