| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <ion-header>
- <ion-toolbar class="toolbar-bg-color">
- <ion-buttons slot="end">
- <ion-menu-button></ion-menu-button>
- </ion-buttons>
- <img src="../../../assets/icon/logo-fm99.png" class="head-img">
- </ion-toolbar>
- </ion-header>
- <ion-content>
- <img src="../../../assets/img-static/banner-320x50.jpeg" alt="">
- <ion-grid>
- <ion-row>
- <ion-col>
- <h2>รายการย้อนหลัง</h2>
- </ion-col>
- </ion-row>
- <ion-row>
- <ion-col size="5">
- <img src="../../assets/img-static/mqdefault-1.jpg">
- </ion-col>
- <ion-col>Morning Talk [26-10-2022 l 07:30 - 09:00 น. ]</ion-col>
- </ion-row>
- <ion-row>
- <ion-col size="5">
- <img src="../../assets/img-static/mqdefault-2.jpg">
- </ion-col>
- <ion-col>Golf Trick [26-10-2022 l 09:00 - 10:00 น.]</ion-col>
- </ion-row>
- <ion-row>
- <ion-col size="5">
- <img src="../../assets/img-static/mqdefault-3.jpg">
- </ion-col>
- <ion-col>เจาะสนามบอลไทย [ 20-10-2022 l 20:00 - 21:30 น. ]</ion-col>
- </ion-row>
- <ion-row>
- <ion-col>
- <img src="../../../assets/img-static/banner-320x100.jpeg" alt="">
- </ion-col>
- </ion-row>
- </ion-grid>
- </ion-content>
|