-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathincidents.html
34 lines (30 loc) · 1.92 KB
/
incidents.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
<!doctype html>
<html lang="en">
<head>
<title>Tek's AA Incidents</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="AA Incidents List">
<meta name="keywords" content="House Builder Gang, HBG, Minecraft, Tekniik">
<meta name="author" content="Secondairy">
<link rel="icon" type="image/png" href="./src/images/logo-edit.png">
<link rel="stylesheet" href="./src/styles/incidents.css">
</head>
<body>
<section class="parent-container">
<div class="incident-container">
<a id=1 href="https://www.twitch.tv/tekniik_/clip/CoweringBlatantFrogArsonNoSexy---rR2VsRh1hT7FwP">Panda Incident</a>
<a id=2 href="https://www.twitch.tv/tekniik_/clip/HeadstrongCloudyMelonPhilosoraptor-UlHN1WkdwEtMWMMO">Lava Hoglin Incident</a>
<a id=3 href="https://www.twitch.tv/tekniik_/clip/CarefulCarefulDiscPanicBasket-EOvO0iIABMuC1Lnu">TNT Temple Incident</a>
<a id=4 href="https://clips.twitch.tv/TriumphantSuperLEDOhMyDog-kU534TdGwv0ZWyGd">Dragon's breath Incident</a>
<a id=5 href="https://clips.twitch.tv/MiniatureBoringMeerkatDAESuppy-3vR4F2Y054CW8Ukg">Trapdoor Incident</a>
<a id=6 href="https://www.twitch.tv/tekniik_/clip/AuspiciousRichKoalaKeyboardCat-x3Z0gHWht0i2ah3w">No Elytra Incident</a>
<a id=7 href="https://www.twitch.tv/tekniik_/clip/BeautifulMildWasabiJKanStyle-a8ApFOr7SuXqn0XV">Dolphin Incident</a>
<a id=8 href="https://www.twitch.tv/tekniik_/clip/EasyConfidentGuanacoPanicVis-CRWbyr8DT9pyUhLp">Elytra Fail Incident</a>
<a id=9 href="https://clips.twitch.tv/ToughHomelyKangarooMoreCowbell-QtkmlAnNHQG-F9Xn">Wither Skeleton Incident</a>
<a id="10" href="https://clips.twitch.tv/ProtectivePlumpMonkeyMikeHogu-dQKajUefdAWGeMgq">Ghast Shulkerbox Incident</a>
<a id="11" href="https://clips.twitch.tv/HardElegantScallionFutureMan-Hd354dzRFXnaFIuj">Vex Incident</a>
</div>
</section>
</body>
</html>