Skip to content

Commit

Permalink
Update hardware.html
Browse files Browse the repository at this point in the history
remove mobile redirect until refactor with mobile fix.

Signed-off-by: Jay <62393443+jeremylaratro@users.noreply.github.com>
  • Loading branch information
jeremylaratro authored Jun 14, 2024
1 parent 13b1222 commit 85bc9aa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions hardware.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@
<link href="https://fonts.googleapis.com/css2?family=Prompt:wght@100;400;900&display=swap" rel="stylesheet"/>

<link rel="stylesheet" href="styles.css">
<script>
if (screen.width < 800) {
window.location = "/progmobile.html";
}
</script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-QJPZ59GWQP"></script>
<script>
window.dataLayer = window.dataLayer || [];
Expand Down

0 comments on commit 85bc9aa

Please sign in to comment.