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

13 lines
305 B
Text
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<title>Al-Quran: Redirect</title>
</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/RandomRedirect.js"></script>
</body>
</html>