-
Notifications
You must be signed in to change notification settings - Fork 1
/
t.arm.wrestle.html
51 lines (51 loc) · 2.07 KB
/
t.arm.wrestle.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
47
48
49
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<title>Why You Should Not Arm Wrestle</title>
<meta
name="description"
content="Real life video examples of why you should not be arm wrestling!"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Jost&display=swap"
rel="stylesheet"
/>
<link rel="canonical" href="https://why.you.should.no/t.arm.wrestle" />
<link rel="icon" href="/favicon.png?1" />
<link rel="manifest" href="/manifest.json?1" />
<link rel="stylesheet" type="text/css" href="/style.css?4" />
<link rel="home" href="/t" title="Why You Should Not" />
</head>
<body class="inner">
<h1><a href="/t">Why You Should Not</a> → Arm Wrestle</h1>
<summary>
Avoid arm wrestling. It strains muscles, tendons, and bones, risking
severe injury like fractures. Long-term issues like chronic pain or
limited movement can follow. Use protective gear, correct technique, and
stop if there's discomfort. Don't arm wrestle if you're not in good
physical shape or have preexisting injuries or medical conditions.
</summary>
<video controls preload="metadata" poster="/videos/arm.wrestle.01.jpg">
<source src="/videos/arm.wrestle.01.mp4" type="video/mp4" />
</video>
<video controls preload="metadata" poster="/videos/arm.wrestle.02.jpg">
<source src="/videos/arm.wrestle.02.mp4" type="video/mp4" />
</video>
<video controls preload="metadata" poster="/videos/arm.wrestle.03.jpg">
<source src="/videos/arm.wrestle.03.mp4" type="video/mp4" />
</video>
<footer>
<a
href="https://github.com/cherouvim/why.you.should.no"
rel="nofollow external noopener noreferrer"
target="_blank"
>GitHub</a
>
</footer>
</body>
</html>