initial commit
This commit is contained in:
31
public/index.html
Normal file
31
public/index.html
Normal 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>
|
||||
Reference in New Issue
Block a user