-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
22 lines (20 loc) · 973 Bytes
/
index.html
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>
<head>
<title>Panoptic Branding Kit</title>
<!-- Meta tags for social media sharing -->
<meta name="twitter:card" content="summary_large_image">
<meta property="og:title" content="Panoptic Branding Kit" />
<meta property="og:description" content="The Branding Kit of Panoptic" />
<meta property="og:image" content="https://github.com/panoptic-labs/docs/blob/main/static/img/website-banner.png?raw=true" />
<link rel="shortcut icon" type="image/png" href="panoptic_favicon.png"/>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<meta id="viewport" name="viewport" content="width=device-width, initial-scale=1"/>
<script type="text/javascript" src="index.js"></script>
</head>
<body style="margin: 0px">
<div id="adobe-dc-view"></div>
<script type="text/javascript" src="https://documentservices.adobe.com/view-sdk/viewer.js"></script>
</body>
</html>