al-quran.reflectslight.io/src/html/redirect-to-random-surah.html.erb

11 lines
274 B
Text
Raw Normal View History

<!DOCTYPE html>
<html>
<head></head>
<body>
<script class="surah-id-to-slug" type="application/json">
<%= File.read(File.join(Dir.getwd, "src", "slugs.json")) %>
</script>
<script src="/js/pages/redirect-to-random-surah.js"></script>
</body>
</html>