36 lines
1.2 KiB
PHP
36 lines
1.2 KiB
PHP
@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;"> </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
|