-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (28 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
27
28
29
30
31
32
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="DEV Community without the extras - titles, links, and tags - what more does one need">
<meta name="keywords" content="engineering, software development, web dev, web development, vue, angular, javascript">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="theme-color" content="#000000"/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://devzen.netlify.app" />
<meta property="og:title" content="DEVzen" />
<meta property="og:description" content="DEV Community without the extras - titles, links, and tags - what more does one need" />
<meta property="og:site_name" content="DEVzen" />
<meta name="twitter:site" content="@juanri0s">
<meta name="twitter:title" content="DEVzen">
<meta name="twitter:description" content="DEV Community without the extras - titles, links, and tags - what more does one need">
<meta name="twitter:card" content="summary_large_image">
<title>DEVzen</title>
</head>
<body>
<div id="app"></div>
<noscript>
Your browser does not support JavaScript!
</noscript>
<!-- built files will be auto injected -->
</body>
</html>