src/: add src/surah.html

This commit is contained in:
0x1eef 2022-10-31 15:27:21 -03:00
parent efd2aeed23
commit cc4c4399c0

10
src/surah.html Normal file
View 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>