-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (27 loc) · 1.15 KB
/
index.html
File metadata and controls
30 lines (27 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html lang="en">
<head>
<title>JSPaste</title>
<meta content="Create and share code with JSPaste! The developer website for easy code sharing." name="description">
<meta charset="UTF-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<meta content="#fddf82" name="theme-color">
<meta content="JSPaste" property="og:site_name">
<meta content="Create and share code with JSPaste! The developer website for easy code sharing."
property="og:description">
<meta content="website" property="og:type">
<meta content="https://jspaste.eu" property="og:url">
<meta content="https://jspaste.eu/media/jspaste.bg.rounded.svg" property="og:image">
<link href="/media/jspaste.bg.rounded.svg" rel="icon" type="image/svg+xml">
<link href="/favicon.ico" rel="icon" type="image/x-icon">
<link href="/manifest.webmanifest" rel="manifest">
</head>
<body>
<script src="./src/index.tsx" type="module"></script>
<noscript>
<div class='flex justify-center items-center h-lvh'>
<p>You need to enable JavaScript in your browser to use JSPaste</p>
</div>
</noscript>
</body>
</html>