-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (24 loc) · 901 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Web performance comparison</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<h1>Active.com web performance improvement comparison</h1>
<h2>Desktop view</h2>
<video controls>
<source src="active.com_desktop_performance_comparison.mp4" type="video/mp4">
<p>Your browser doesn't support HTML5 video. Here is
a <a href="active.com_desktop_performance_comparison.mp4">link to the video</a> instead.</p>
</video>
<h2>Mobile view</h2>
<video controls>
<source src="active.com_mobile_performance_comparison.mp4" type="video/mp4">
<p>Your browser doesn't support HTML5 video. Here is
a <a href="active.com_mobile_performance_comparison.mp4">link to the video</a> instead.</p>
</video>
</body>
</html>