2021-03-26 22:00:12 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8" />
|
2022-01-08 19:10:27 +00:00
|
|
|
<title>pastes</title>
|
2021-03-26 22:00:12 +00:00
|
|
|
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
2022-01-08 19:10:27 +00:00
|
|
|
<meta name="theme-color" content="#d2a8ff" />
|
|
|
|
|
<meta name="description" content="a simple pastebin." />
|
2021-03-26 22:00:12 +00:00
|
|
|
|
|
|
|
|
<meta name="twitter:card" content="summary" />
|
2022-01-08 19:10:27 +00:00
|
|
|
<meta name="twitter:title" content="pastes" />
|
|
|
|
|
<meta name="twitter:description" content="a simple pastebin." />
|
|
|
|
|
<meta name="twitter:image" content="%PUBLIC_URL%/assets/logo256.png" />
|
2021-03-26 22:00:12 +00:00
|
|
|
|
2022-01-08 19:10:27 +00:00
|
|
|
<meta property="og:title" content="pastes" />
|
|
|
|
|
<meta property="og:description" content="a simple pastebin." />
|
2021-03-26 22:00:12 +00:00
|
|
|
<meta property="og:type" content="product" />
|
2022-01-08 19:10:27 +00:00
|
|
|
<meta property="og:image" content="%PUBLIC_URL%/assets/logo256.png" />
|
|
|
|
|
<meta property="og:url" content="%PUBLIC_URL%" />
|
2021-03-26 22:00:12 +00:00
|
|
|
|
|
|
|
|
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
|
|
|
|
<link href="%PUBLIC_URL%/assets/logo512.png" rel="shortcut icon" sizes="512x512" type="image/png">
|
2022-01-08 19:10:27 +00:00
|
|
|
<link rel="apple-touch-icon" href="%PUBLIC_URL%/assets/logo256.png" />
|
2021-03-26 22:00:12 +00:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
|
|
|
<div id="root"></div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|