We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 855199c commit 814554aCopy full SHA for 814554a
.htaccess
@@ -0,0 +1,3 @@
1
+RewriteEngine On
2
+RewriteCond %{HTTPS} off
3
+RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
index_en.html
@@ -92,7 +92,7 @@ <h5 class="updated"><br /></h5>
92
</div>
93
<div class="flex-row">
94
<div class="box transition nationwide" code="active" pref="">
95
- <h3>Active Cases</h3>
+ <h3>Active Cases (estimate)</h3>
96
<div class="latest">
97
<div>
98
<span class="type"></span>
0 commit comments