Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,33 +30,33 @@
<meta id="viewport" name="viewport" content="width=device-width, initial-scale=1, user-scalable=0">

<!-- icons -->
<link rel="apple-touch-icon" sizes="180x180" href="/assets/icons/apple-touch-icon.png?1">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/icons/favicon-32x32.png?1">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/icons/favicon-16x16.png?1">
<link rel="manifest" href="/assets/icons/site.webmanifest?1">
<link rel="mask-icon" href="/assets/icons/safari-pinned-tab.svg?1" color="#70b0e0">
<link rel="shortcut icon" href="/assets/icons/favicon.ico?1">
<link rel="apple-touch-icon" sizes="180x180" href="assets/icons/apple-touch-icon.png?1">
<link rel="icon" type="image/png" sizes="32x32" href="assets/icons/favicon-32x32.png?1">
<link rel="icon" type="image/png" sizes="16x16" href="assets/icons/favicon-16x16.png?1">
<link rel="manifest" href="assets/icons/site.webmanifest?1">
<link rel="mask-icon" href="assets/icons/safari-pinned-tab.svg?1" color="#70b0e0">
<link rel="shortcut icon" href="assets/icons/favicon.ico?1">
<meta name="apple-mobile-web-app-title" content="RegExr">
<meta name="application-name" content="RegExr">
<meta name="msapplication-TileColor" content="#70b0e0">
<meta name="msapplication-config" content="/assets/icons/browserconfig.xml">
<meta name="msapplication-config" content="assets/icons/browserconfig.xml">
<meta name="theme-color" content="#70b0e0">

<!-- social -->
<meta property="og:image" content="https://regexr.com/assets/card.png"/>
<meta property="og:image" content="assets/card.png"/>
<meta property="og:image:width" content="1200"/>
<meta property="og:image:height" content="630"/>
<meta property="og:title" content="RegExr: Learn, Build, & Test RegEx"/>
<meta property="og:description" content="RegExr is an online tool to learn, build, & test Regular Expressions (RegEx / RegExp)."/>
<meta property="og:url" content="https://regexr.com/"/>
<meta property="og:url" content="./"/>
<meta property="og:site_name" content="RegExr"/>

<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:site:id" content="@gskinner"/>
<meta name="twitter:title" content="RegExr: Learn, Build, & Test RegEx"/>
<meta name="twitter:description" content="RegExr is an online tool to learn, build, & test Regular Expressions (RegEx / RegExp)."/>
<meta name="twitter:image" content="https://regexr.com/assets/card.png"/>
<meta name="twitter:url" content="https://regexr.com/" />
<meta name="twitter:image" content="assets/card.png"/>
<meta name="twitter:url" content="./" />
</head>

<body>
Expand Down