-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdiscover.html
More file actions
22 lines (21 loc) · 918 Bytes
/
discover.html
File metadata and controls
22 lines (21 loc) · 918 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>SupplementScore</title>
<meta http-equiv="refresh" content="0; url=/">
<meta name="robots" content="noindex,follow">
<link rel="canonical" href="https://supplementscore.org/">
<script>location.replace('/');</script>
<style>body{font-family:system-ui,-apple-system,sans-serif;max-width:560px;margin:80px auto;padding:0 24px;color:#444}a{color:#155b50}</style>
<meta property="og:url" content="https://supplementscore.org/discover.html">
<meta property="og:type" content="website">
<meta property="og:site_name" content="SupplementScore">
<meta property="og:title" content="SupplementScore">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="SupplementScore">
</head>
<body>
<p>The Discover page has been retired. Redirecting to <a href="/">SupplementScore home</a>…</p>
</body>
</html>