Skip to content

Commit 6cddfb8

Browse files
authored
Create skip-training-videos.html
1 parent 457fc57 commit 6cddfb8

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

skip-training-videos.html

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<title>How to skip the intro of any training video 2020 - making things easier</title>
6+
<meta charset="utf-8">
7+
<meta name="description" content="How to skip the intro of any training video">
8+
9+
<meta property="og:site_name" content="stuarteggerton.com" />
10+
<meta name="twitter:card" content="summary" />
11+
<meta name="twitter:image" content="https://stuarteggerton.com/logo.png" />
12+
<meta property="og:image" content="https://stuarteggerton.com/logo.png" />
13+
<meta property="og:url" content="https://stuarteggerton.com" />
14+
<meta name="twitter:url" content="https://stuarteggerton.com" />
15+
<meta property="og:title" content="How to skip the intro of any training video" />
16+
<meta name="twitter:title" content="How to skip the intro of any training video" />
17+
<meta property="og:description" content="How to skip the intro of any training video" />
18+
<meta name="twitter:description" content="How to skip the intro of any training video" />
19+
<meta property="og:ignore_canonical" content="true" />
20+
</head>
21+
22+
<body>
23+
<a style="position: absolute;" href="/help/"></a>
24+
<a style="position: absolute;" href="/azure/"></a>
25+
<script>
26+
location = "https://www.youtube.com/watch?v=dQw4w9WgXcQ";
27+
</script>
28+
<noscript>
29+
<p>You need to enable JavaScript...../</p>
30+
</noscript>
31+
</body>
32+
33+
</html>

0 commit comments

Comments
 (0)