Convert to Vite project
This commit is contained in:
31
index.html
Normal file
31
index.html
Normal file
@@ -0,0 +1,31 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>pastes</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="theme-color" content="#d2a8ff" />
|
||||
<meta name="description" content="a simple pastebin." />
|
||||
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta name="twitter:title" content="pastes" />
|
||||
<meta name="twitter:description" content="a simple pastebin." />
|
||||
<meta name="twitter:image" content="https://pastes.dev/assets/logo256.png" />
|
||||
|
||||
<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="https://pastes.dev/assets/logo256.png" />
|
||||
<meta property="og:url" content="https://pastes.dev" />
|
||||
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
<link rel="shortcut icon" href="/assets/logo512.png" sizes="512x512" type="image/png">
|
||||
<link rel="apple-touch-icon" href="/assets/logo256.png" />
|
||||
</head>
|
||||
<body>
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
<div id="root"></div>
|
||||
<script type="module" src="/src/main.tsx"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user