first commit
This commit is contained in:
35
resources/views/link.blade.php
Normal file
35
resources/views/link.blade.php
Normal file
@ -0,0 +1,35 @@
|
||||
@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
|
Reference in New Issue
Block a user