Files
cmsi-kchb/resources/views/publicityWeekNews.blade.php
2025-06-13 12:29:06 +08:00

21 lines
836 B
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>
<h3 style="text-align: center;"><hr style="width:2em; display: inline-block"></h3>
<h2 style="text-align: center;">健康報你知</h2>
<p class="lead share-btn-area">&nbsp;</p>
<p class="lead">口腔癌主要由慢性刺激所導致喝酒、抽菸、吃檳榔是引發口腔癌的三大元凶。有喝酒、抽菸或吃檳榔習慣者得到口腔癌的機率分別為一般人的10、18、28倍倘若三個習慣都有確診口腔癌的機率更是高達123倍。</p>
<p>&nbsp;</p>
</div>
</div>
</div>
@endsection