Files
dph-tycg-event/resources/views/link.blade.php
2025-06-13 12:09:50 +08:00

36 lines
1.2 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@extends('layouts.app')
@section('content')
<div class="container">
<div class="row justify-content-center">
<div class="col-md-8 main-area">
<h1 style="text-align: center;">
友站連結
</h1>
</div>
</div>
<div style="height:20px;">&nbsp;</div>
<div class="row justify-content-center">
<div class="col-md-8 main-area">
<ul>
<li>
桃園市政府:<a href="https://www.tycg.gov.tw/" target="_blank">https://www.tycg.gov.tw/</a>
</li>
<li>
桃園市政府衛生局官方FB<a href="https://zh-tw.facebook.com/tychbfans" target="_blank">https://zh-tw.facebook.com/tychbfans</a>
</li>
<li>
桃園市政府衛生局健康生活網:<a href="https://healthlife.tycg.gov.tw/" target="_blank">https://healthlife.tycg.gov.tw/</a>
</li>
<li>
桃園市政府衛生局無菸網:<a href="https://nosmoking.tycg.gov.tw/" target="_blank">https://nosmoking.tycg.gov.tw/</a>
</li>
</ul>
</div>
</div>
</div>
@endsection