-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlegal.html
47 lines (47 loc) · 1.49 KB
/
legal.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
39
40
41
42
43
44
45
46
47
<html>
<head>
<meta charset="utf-8" />
<link
rel="preload"
href="https://portalnet.work/portalLogo.png"
as="image"
fetchpriority="high"
/>
<title>Legal | PortalBot</title>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, shrink-to-fit=no"
/>
<meta http-equiv="Content-Language" content="en" />
<meta name="description" content="View Portal Network Listing Agreement" />
<meta
name="og:description"
content="View Portal Network Listing Agreement"
/>
<meta name="og:title" content="Legal | PortalBot" />
<meta name="og:image" content="https://portalnet.work/portalLogo.png" />
<meta property="og:site_name" content="PortalBot" />
<meta name="theme-color" content="#2291a0" />
<link
rel="icon"
type="image/png"
sizes="300x250"
href="https://portalnet.work/portalLogo.png"
/>
<link rel="stylesheet" href="/assets/bootstrap/css/bootstrap.min.css" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Alfa+Slab+One"
/>
<link rel="stylesheet" href="/assets/fonts/font-awesome.min.css" />
<link rel="stylesheet" href="/assets/fonts/ionicons.min.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css"
/>
<meta
http-equiv="Refresh"
content="0; url=https://github.com/thedeveco/portalNetwork-listingAgreement"
/>
</head>
</html>