This repository was archived by the owner on Dec 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
45 lines (40 loc) · 1.92 KB
/
index.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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=yes, initial-scale=1.0, maximum-scale=5.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Pincer - The snappy asynchronous Discord API wrapper written with aiohttp.</title>
<meta name="description" content="🚀 The snappy asynchronous Discord API wrapper written with aiohttp.">
<link rel="icon" type="image/png" href="/public/icon.svg">
<meta name="language" content="en-US">
<meta name="author" content="Boniface Yohann">
<meta name="description" content="🚀 The snappy asynchronous Discord API wrapper written with aiohttp.">
<meta name="robots" content="index,follow">
<!-- Open Graph -->
<meta property="og:locale" content="en_US">
<meta property="og:url" content="https://github.com/Pincer-org/Pincer">
<meta property="og:type" content="website">
<meta property="og:title" content="The Pincer Package">
<meta name="og:email" content="[email protected]" />
<meta property="og:description" content="🚀 The snappy asynchronous Discord API wrapper written with aiohttp.">
<meta property="og:image" content="https://pincer.dev/img/banner.png">
<meta name="theme-color" content="#FFDE56">
<meta name="twitter:card" content="summary_large_image">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@500&family=Poppins:wght@500;600&display=swap" rel="stylesheet">
</head>
<body>
<noscript>
<h1>Pincer</h1>
<strong>
We're sorry but the Pincer website doesn't work properly without JavaScript enabled.
Please enable it to continue.
</strong>
</noscript>
<script type="module" src="/src/main.js"></script>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>