-
Notifications
You must be signed in to change notification settings - Fork 0
/
image.html
46 lines (36 loc) · 1.91 KB
/
image.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en" prefix="og: http://ogp.me/ns#">
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<meta name="viewport" content="width=600">
<link rel="stylesheet" href="styles/common.min.css">
<link rel="icon" type="image/png" href="https://cpisecurity.com/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="https://cpisecurity.com/favicon-16x16.png" sizes="16x16">
<title>CPI Security</title>
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@AlarmDotCom">
<meta name="twitter:title" content="CPI Security Clip">
<meta name="twitter:description" content="Check out this clip from my CPI Security system!">
<meta name="twitter:image" content="https://adc-mhaugen.github.io/resources/cpi-image.jpg">
<meta property="og:title" content="CPI Security Clip" />
<meta property="og:description" content="Check out this clip from my CPI Security system!" />
<meta property="og:image" content="https://adc-mhaugen.github.io/resources/cpi-image.jpg" />
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:image:width" content="1280" />
<meta property="og:image:height" content="800" />
<meta property="og:image:alt" content="ADC employee hard at work" />
<meta property="og:url" content="https://adc-mhaugen.github.io/image.html" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Alarm.com" />
<meta name="description" content="Check out this clip from my CPI Security system!">
</head>
<body>
<section class="main">
<section class="top"></section>
<video controls autoplay poster="resources/cpi-image.jpg" width="560">
<source src="resources/cpi-clip.mp4" type="video/mp4">
</video>
<section class="bottom"></section>
</section>
</body>
</html>