Update to use the Monaco editor (#7)

This commit is contained in:
lucko
2022-01-08 19:10:27 +00:00
committed by GitHub
parent a0b2db024b
commit ed64391a51
18 changed files with 3714 additions and 6792 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

BIN
public/assets/logo256.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -2,27 +2,26 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<title>paste</title>
<title>pastes</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="theme-color" content="#d2a8ff" />
<meta name="description" content="a 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 name="twitter:title" content="pastes" />
<meta name="twitter:description" content="a simple pastebin." />
<meta name="twitter:image" content="%PUBLIC_URL%/assets/logo256.png" />
<meta property="og:title" content="paste" />
<meta property="og:description" content="lucko's simple pastebin." />
<meta property="og:title" content="pastes" />
<meta property="og:description" content="a 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" />
<meta property="og:image" content="%PUBLIC_URL%/assets/logo256.png" />
<meta property="og:url" content="%PUBLIC_URL%" />
<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" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/assets/logo256.png" />
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>