al-quran.reflectslight.io/src/html/TheSurahPage.html.erb
0x1eef 520c141d56 rename src/html/ files
* `src/html/surah.html.erb` -> `src/html/TheSurahPage.html.erb`
* `src/html/random_redirect.html` -> `src/html/redirect-to-random-surah.html`
* `src/html/slug_redirect.html.erb` -> `src/html/redirect-to-surah-slug.html.erb`
2022-11-06 06:53:30 -03:00

12 lines
368 B
Text

<!DOCTYPE html>
<html>
<head>
<title>Al-Quran: Loading</title>
<link rel="stylesheet" href="/css/surah.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div class="surah" data-locale="<%= locale %>" data-surah-id="<%= surah_id %>"></div>
<script src="/js/pages/surah.js"></script>
</body>
</html>