forked from GSA/code-gov-front-end
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (30 loc) · 1.56 KB
/
index.html
File metadata and controls
36 lines (30 loc) · 1.56 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
31
32
33
34
35
36
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
<title>code.gov</title>
<meta name="description" content="Code.gov is a platform designed to improve access to the federal government’s custom-developed software.">
<meta property="og:title" content="code.gov">
<meta property="og:site_name" content="Code.gov">
<meta property="og:image" content="./assets/img/og.jpg">
<meta property="og:image:url" content="./assets/img/og.jpg">
<meta property="og:image:type" content="image/jpeg">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="600">
<meta property="twitter:image:src" content="https://code.gov/assets/img/og.jpg">
<meta property="twitter:image:width" content="1200">
<meta property="twitter:image:height" content="600">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@CodeDotGov">
<meta name="twitter:title" content="Code.gov">
<meta name="twitter:description" content="Code.gov is a platform designed to improve access to the federal government’s custom-developed software.">
<meta name="twitter:image" content="./assets/img/og.jpg">
<meta name="google-site-verification" content="FeV1oMKur5PZSGJtUKhKM5EnNGVXn3tTK13iUk_7NZc">
<link rel="image_src" type="image/jpeg" href="./assets/img/og.jpg">
</head>
<body>
<div id="app"></div>
</body>
</html>