al-quran.reflectslight.io/src/html/TheSurahPage.html.erb

13 lines
389 B
Text
Raw Normal View History

2022-10-31 19:27:21 +01:00
<!DOCTYPE html>
2022-11-08 10:02:37 +01:00
<html lang="<%= locale %>">
2022-10-31 19:27:21 +01:00
<head>
<title>Al-Quran: Loading</title>
2022-10-31 19:27:21 +01:00
<link rel="stylesheet" href="/css/surah.css">
2022-11-02 11:26:58 +01:00
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2022-10-31 19:27:21 +01:00
</head>
<body>
<div class="surah" data-locale="<%= locale %>" data-surah-id="<%= surah_id %>"></div>
<script src="/js/pages/surah.js"></script>
</body>
2022-10-31 19:27:21 +01:00
</html>