29 lines
972 B
PHP
29 lines
972 B
PHP
|
<html>
|
||
|
<head>
|
||
|
<title>AniNIX::Adhan \\ Call to prayer</title>
|
||
|
<link rel="icon" type="image/png" href="/adhan/AdhanIcon.png">
|
||
|
<link rel='apple-touch-icon' sizes='180x180' href='/adhan/AdhanIcon.png' />
|
||
|
<script src="/adhan/adhan.js" type="text/javascript"></script>
|
||
|
<meta name='apple-mobile-web-app-capable' content='yes' />
|
||
|
</head>
|
||
|
|
||
|
<body bgcolor="#000">
|
||
|
<center>
|
||
|
<p style="color: #AAA;">Click to play</p>
|
||
|
<!--image-->
|
||
|
<img src="./subhanallah.jpg" style="width:auto; height:100%" id="adhanimg" />
|
||
|
<!-- HTML5/back compatibility for desktops -->
|
||
|
<audio id=adhan>
|
||
|
<source src="./adhan.mp3" type="audio/mpeg">
|
||
|
<object>
|
||
|
<param name="autostart" value="false">
|
||
|
<param name="src" value="./adhan.mp3">
|
||
|
<param name="autoplay" value="false">
|
||
|
<param name="controller" value="false">
|
||
|
<embed src="./adhan.mp3" controller="false" autoplay="false" autostart="false" type="audio/mpeg"></embed>
|
||
|
</object>
|
||
|
</audio>
|
||
|
</center>
|
||
|
</body>
|
||
|
</html>
|