-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathorchid-site-favicon.html
38 lines (38 loc) · 2.15 KB
/
orchid-site-favicon.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<!--<meta name=description content="This site was generated with Anima. www.animaapp.com"/>-->
<!-- <link rel="shortcut icon" type=image/png href="https://animaproject.s3.amazonaws.com/home/favicon.png" /> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
<link rel="shortcut icon" href="./img/favicon.png" />
<title>Orchid - DePIN That Works</title>
<meta name="description" content="A decentralized marketplace for AI, storage, and bandwidth" />
<meta name="og:type" content="website" />
<meta name="og:site_name" content="Orchid - DePIN That Works" />
<meta name="og:title" content="Orchid - DePIN That Works" />
<meta name="og:description" content="A decentralized marketplace for AI, storage, and bandwidth" />
<meta name="og:image" content="./img/social-embed-2024.png" />
<meta name="twitter:card" content="photo" />
<meta name="twitter:title" content="Orchid - DePIN That Works" />
<meta name="twitter:description" content="A decentralized marketplace for AI, storage, and bandwidth" />
<meta name="twitter:image:width" content="320px" />
<meta name="twitter:image:height" content="320px" />
<meta name="twitter:image:src" content="./img/social-embed-2024.png" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta name="apple-mobile-web-app-title" content="Orchid - DePIN That Works" />
<link rel="stylesheet" type="text/css" href="css/orchid-site-favicon.css" />
<link rel="stylesheet" type="text/css" href="css/styleguide.css" />
<link rel="stylesheet" type="text/css" href="css/globals.css" />
</head>
<body style="margin: 0; background: #000000">
<input type="hidden" id="anPageName" name="page" value="orchid-site-favicon" />
<div class="orchid-site-favicon screen">
<a href="home-all-breakpoints.html"
><img class="orchid-icon" src="img/orchid-icon@2x.png" alt="Orchid Icon" />
</a>
</div>
</body>
</html>