-
Notifications
You must be signed in to change notification settings - Fork 1
/
t.drink.and.drive.html
51 lines (51 loc) · 2.15 KB
/
t.drink.and.drive.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 Drink And Drive</title>
<meta
name="description"
content="Real life video examples of why you should not be drinking and driving!"
/>
<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.drink.and.drive" />
<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> → Drink And Drive</h1>
<summary>
Don't drink and drive. It's a major cause of preventable deaths globally.
Alcohol impairs judgment, coordination, and reaction time, making driving
dangerous. Even a small amount increases crash risk, escalating with
higher blood alcohol concentration (BAC). Besides risking a crash, you may
face arrest and license loss. Always find a safe and sober way home after
drinking. Use a designated driver, ride-sharing, public transport, or a
taxi. Make the responsible choice—don't drink and drive—to ensure road
safety for everyone.
</summary>
<video controls preload="metadata" poster="/videos/drink.and.drive.01.jpg">
<source src="/videos/drink.and.drive.01.mp4" type="video/mp4" />
</video>
<video controls preload="metadata" poster="/videos/drink.and.drive.02.jpg">
<source src="/videos/drink.and.drive.02.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>