forked from phuocng/1loc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (23 loc) · 1.33 KB
/
index.html
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
<html lang="en">
<head>
<meta charset="utf-8" />
<title>1loc | Favorite JavaScript single line of code</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="Nguyen Huu Phuoc" />
<meta name="description" content="What's your favorite JavaScript single LOC (line of code)" />
<meta name="twitter:site" content="@nghuuphuoc" />
<meta name="twitter:title" content="What's your favorite JavaScript single LOC (line of code)" />
<meta name="twitter:description" content="What's your favorite JavaScript single LOC (line of code)" />
<meta name="twitter:creator" content="@nghuuphuoc" />
<meta name="twitter:image" content="https://1loc.dev/assets/screenshot.png" />
<meta property="og:site_name" content="HTML DOM" />
<meta property="og:title" content="What's your favorite JavaScript single LOC (line of code)" />
<meta property="og:description" content="What's your favorite JavaScript single LOC (line of code)" />
<meta property="og:url" content="https://1loc.dev" />
<meta property="og:image" content="https://1loc.dev/assets/screenshot.png" />
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro&display=swap" rel="stylesheet">
</head>
<body class="font-sans w-full">
<div id="root" class="flex flex-col min-h-full"></div>
</body>
</html>