-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcodepacks.html
42 lines (42 loc) · 1.62 KB
/
codepacks.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="guides.css">
<link rel="shortcut icon" type="image/jpg" href="akash.png">
<title>CodePacks</title>
</head>
<body>
<section class="showcase">
<header>
<h2 class="logo"><a href="index.html">Home</a></h2>
<h2 class="logo"><a href="guides.html">Guides</a></h2>
<h2 class="logo" id="vis"><a href="#">CodePacks</a></h2>
<h2 class="logo"><a href="exchanges.html">Exchanges</a></h2>
</header>
<video muted loop autoplay playsinline>
<source src="wtf.mp4" type="video/mp4">
</video>
<div class="overlay"></div>
<div><img src="akash.png" class="two" alt=""></div>
<div class="text">
<h2>Free ready to deploy codepacks</h2>
<div style="overflow-x:auto">
<table class="mintb">
<tr class="mintb">
<td class="mintb"><a href="personal-website.html" target="_blank"><strong>Personal LinkTree Website</strong></a></td>
<td class="mintb"><a href="blog.html" target="_blank"><strong>Blog Template</strong></a></td>
</tr>
</table>
</div>
</div>
<div class="social"><a href="mailto:[email protected]">Contact Me To Make Suggestions</a></div>
</section>
</body>
<style>video::-webkit-media-controls {
display: none !important;
}
</style>
</html>