dfhfhfgg commited on
Commit
6934e44
·
verified ·
1 Parent(s): 04e498e

Create desktop.html

Browse files
Files changed (1) hide show
  1. desktop.html +22 -0
desktop.html ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="es">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>1...2...3 GO!</title>
6
+ </head>
7
+ <body>
8
+
9
+ <script>
10
+ function goredit() {
11
+ if (/Mobi|Android/i.test(navigator.userAgent)) {
12
+ window.location.href = 'https://www.instagram.com/';
13
+ } else {
14
+ window.location.href = 'https://www.instagram.com/';
15
+ }
16
+ }
17
+
18
+ goredit();
19
+ </script>
20
+
21
+ </body>
22
+ </html>