/var/www/hkosl.com/muca/tc/index.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html lang="tc-HK" prefix="og: http://ogp.me/ns#">

<head>
  <title>MUCA</title>

  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0">
  <meta name="description" content="音樂圈聯會希望讓喜歡音樂的人仕聚首一堂,除了為學習音樂的樂手提供表演機會外,亦希望透過不同演出的機會,向社區推廣不同種類的音樂,務求與眾同樂。">
  
  <meta property="og:type" content="website" />
  <meta property="og:url" content="muca.org.hk" />
  <meta property="og:title" content="MUCA" />
  <meta property="og:description" content="音樂圈聯會希望讓喜歡音樂的人仕聚首一堂,除了為學習音樂的樂手提供表演機會外,亦希望透過不同演出的機會,向社區推廣不同種類的音樂,務求與眾同樂。" />
  <meta property="og:image" content="web_img" />
  <meta property="og:site_name" content="MUCA" />

  <meta name="twitter:card" content="summary" />
  <meta name="twitter:description" content="音樂圈聯會希望讓喜歡音樂的人仕聚首一堂,除了為學習音樂的樂手提供表演機會外,亦希望透過不同演出的機會,向社區推廣不同種類的音樂,務求與眾同樂。" />
  <meta name="twitter:title" content="MUCA" />
  <meta name="twitter:image" content="web_img" />
  <link rel="shortcut icon" href="../img/pagelogo.png">
  
  <!-- my css -->
  <link rel="stylesheet" href="../css/myicons.css">
  <link rel="stylesheet" href="../css/animations.css">
  <link rel="stylesheet" href="../css/nav-layout.min.css">
  <link rel="stylesheet" href="../css/reset.css">
  <link rel="stylesheet" href="../css/style.css">
  <link rel="stylesheet" href="../css/responsive.css"> 
</head>

<body>

  <div class="wrapper fullbg" style="background-image: url('../img/photo-1478737270239-2f02b77fc618.jpg');" >

    <div class="header">
      <div class="logo"><a href="index.php"><img src="../img/logo.png"></a></div>
      <a href="#" class="nav-button"></a>
        <nav class="nav">
            <ul>
                <li><a href="intro.php">簡介</a></li>               
                <li><a href="music-contest.php">亞洲線上音樂大賽</a></li>
                <li><a href="news.php">最新消息</a></li>
                <li><a href="contacts.php">聯絡我們</a></li>
            </ul>
        </nav>
        <div class="clear"></div>
    </div>

    <div class="heading animatedParent animateOnce">
      <div class="title animated bounceInUp">
        亞洲線上音樂大賽<br>
        <a href="music-contest.php">了解更多</a>
      </div>
    </div>

    


  </div>
<!-- JS -->
<script src="../js/jquery.js"></script>
<script src="../js/css3-animate-it.js"></script>
<script src="../js/nav.jquery.min.js"></script>
<script src="../js/script.js"></script>

</body>


</html>