initial commit

This commit is contained in:
Luck
2021-03-26 22:00:12 +00:00
commit bbbece5b3b
16 changed files with 11936 additions and 0 deletions

31
public/index.html Normal file
View File

@@ -0,0 +1,31 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>paste</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#aaddff" />
<meta name="description" content="lucko's simple pastebin." />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="paste" />
<meta name="twitter:description" content="lucko's simple pastebin." />
<meta name="twitter:image" content="%PUBLIC_URL%/assets/logo180.png" />
<meta property="og:title" content="paste" />
<meta property="og:description" content="lucko's simple pastebin." />
<meta property="og:type" content="product" />
<meta property="og:image" content="%PUBLIC_URL%/assets/logo180.png" />
<meta property="og:url" content="https://paste.lucko.me/" />
<meta property="og:site_name" content="paste" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<link href="%PUBLIC_URL%/assets/logo512.png" rel="shortcut icon" sizes="512x512" type="image/png">
<link rel="apple-touch-icon" href="%PUBLIC_URL%/assets/logo192.png" />
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>