mirror of
https://github.com/house-of-vanity/hexound.ru.git
synced 2025-07-07 06:44:07 +00:00
wtf
This commit is contained in:
16
src/app/modules/song/song.component.html
Normal file
16
src/app/modules/song/song.component.html
Normal file
@ -0,0 +1,16 @@
|
||||
<div style="text-align: center">
|
||||
<table style="margin: 0 auto" *ngFor="let song of commonService.songArray" class="mat-elevation-z8">
|
||||
|
||||
<tr>
|
||||
<th>No.</th>
|
||||
<th>Name</th>
|
||||
<th>Time</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> {{song.id}} </td>
|
||||
<td style="width: 500px; text-align: center"> {{song.songName}} </td>
|
||||
<td> {{song.time}} </td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</div>
|
Reference in New Issue
Block a user