src/: add src/surah.html
This commit is contained in:
parent
efd2aeed23
commit
cc4c4399c0
1 changed files with 10 additions and 0 deletions
10
src/surah.html
Normal file
10
src/surah.html
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<link rel="stylesheet" href="/css/surah.css">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="surah"></div>
|
||||||
|
<script src="/js/pages/surah.js"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in a new issue