Wiki source code of Music Management

Version 13.1 by Clara Stiller on 2022/03/24 17:08

Show last authors
1 **Songs we used:**
2
3 {{html}}
4 <!-- Your HTML code here -->
5 <table width='100%'>
6 <tr>
7 <th width='25%'>Song</th>
8 <th width='25%'>Interpret</th>
9 <th width='25%'>Genre</th>
10 <th width='25%'>Situation when it's played</th>
11
12 </tr>
13 <tr>
14 <td>Introduction music "perception"</td>
15 <td>unknown</td>
16 <td>unknown</td>
17 </tr>
18 <tr>
19 <td>Summer of 69</td>
20 <td>Brian Adams</td>
21 <td>unknown</td>
22 </tr>
23 <tr>
24 <td>Take Five</td>
25 <td>The Dave Brubeck Quartet</td>
26 <td>Jazz</td>
27 </tr>
28 <tr>
29 <td>Escape (The Pina Colada Song) </td>
30 <td>Rupert Holmes</td>
31 <td>unknown</td>
32 </tr>
33 <tr>
34 <td>Tiny Dancer</td>
35 <td>Elton John</td>
36 <td>unknown</td>
37 </tr>
38
39 {{html}}