Skip to content

Commit 525ab80

Browse files
Correct viewport meta tag syntax
Fixed a typo in the meta tag for viewport.
1 parent fa3c52e commit 525ab80

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

webapps/gofile.io/index.html

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<link rel="icon" type="image/x-icon" href="https://raw.githubusercontent.com/developeranaz/developeranaz.github.io/refs/heads/gh-pages/webapps/gofile.io/17470597399662.ico">
55

66
<meta charset="UTF-8" />
7-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<melocalStorviewport" content="width=device-width, initial-scale=1.0" />
88
<title>GoFile Index Code Generator </title>
99
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
1010

@@ -64,16 +64,11 @@ <h2 style="color: red; margin-top: 0;">⚠️ Important Notice</h2>
6464
</div>
6565

6666
<script>
67-
// Hide notice if already acknowledged
68-
if (localStorage.getItem("importantNoticeAcknowledged")) {
69-
document.getElementById("important-notice").style.display = "none";
70-
}
71-
7267
function acknowledgeNotice() {
73-
localStorage.setItem("importantNoticeAcknowledged", "true");
7468
document.getElementById("important-notice").style.display = "none";
7569
}
7670
</script>
71+
7772
<style>
7873
:root {
7974
--primary: #00ffd5;

0 commit comments

Comments
 (0)