|
8 | 8 | if(self !== top) { top.location = self.location; }
|
9 | 9 | </script>
|
10 | 10 |
|
11 |
| - <link rel="shortcut icon" href="regexrFavicon.ico"/> |
| 11 | + <link rel="canonical" href="http://regexr.com/"> |
| 12 | + |
| 13 | + <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" /> |
| 14 | + <link rel="shortcut icon" href="/assets/favicon.png" type="image/png" /> |
12 | 15 |
|
13 | 16 | <meta name=viewport content="width=device-width, initial-scale=1, user-scalable=yes">
|
14 | 17 |
|
|
25 | 28 | <meta name="msapplication-wide310x150logo" content="assets/windows8/widetile.png"/>
|
26 | 29 | <meta name="msapplication-square310x310logo" content="assets/windows8/largetile.png"/>
|
27 | 30 |
|
| 31 | + <!-- Apple Touch icon (funnily enough also used by Android) --> |
| 32 | + <link rel="apple-touch-icon" sizes="152x152" href="assets/apple/apple-touch-icon-152x152.png"> |
| 33 | + <link rel="apple-touch-icon" sizes="144x144" href="assets/apple/apple-touch-icon-144x144.png"> |
| 34 | + <link rel="apple-touch-icon" sizes="120x120" href="assets/apple/apple-touch-icon-120x120.png"> |
| 35 | + <link rel="apple-touch-icon" sizes="114x114" href="assets/apple/apple-touch-icon-114x114.png"> |
| 36 | + <link rel="apple-touch-icon" sizes="76x76" href="assets/apple/apple-touch-icon-76x76.png"> |
| 37 | + <link rel="apple-touch-icon" sizes="72x72" href="assets/apple/apple-touch-icon-72x72.png"> |
| 38 | + <link rel="apple-touch-icon" href="assets/apple/apple-touch-icon.png"> |
| 39 | + |
| 40 | + <!-- OG Tags for Facebook sharing --> |
| 41 | + <meta property="og:image" content="http://regexr.com/assets/og.png"/> |
| 42 | + <meta property="og:image:width" content="1200"/> |
| 43 | + <meta property="og:image:height" content="630"/> |
| 44 | + <meta property="og:title" content="RegExr: Learn, Build, & Test RegEx"/> |
| 45 | + <meta property="og:description" content="RegExr is an online tool to learn, build, & test Regular Expressions (RegEx / RegExp)."/> |
| 46 | + <meta property="og:url" content="http://regexr.com/"/> |
| 47 | + <meta property="og:site_name" content="RegExr.com"/> |
| 48 | + |
28 | 49 | <script src="js/scripts.min.js?no=<%=noCache %>"></script>
|
29 | 50 | <script src="js/regExWorker.template.js?no=<%=noCache %>"></script>
|
30 | 51 |
|
|
0 commit comments