-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (44 loc) · 1.5 KB
/
Copy pathindex.html
File metadata and controls
44 lines (44 loc) · 1.5 KB
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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/style.css">
<script src="js/modernizr.js"></script>
<title>hey click here</title>
</head>
<body>
<audio src="yalgaar.mp3"></audio>
<div class="hero-image"></div>
<!-- Profile picture-->
<div align="center" class="bg-text">
<img src="assets/picture_home.jpg" alt="profile picture" class="profile-picture">
<!-- Profile name-->
<div class="profile-name">@thegreatpayload</div>
<!-- Links-->
<a href="https://discord.gg/WP3WspcHRs" class="links">UPCOMING</a>
<a href="https://github.com/thegreatpayload/PythonExamples" class="links">PYTHON</a>
<a href="https://github.com/thegreatpayload" class="links">GITHUB</a>
<a href="https://www.instagram.com/thegreatpayload/" class="links">IG</a>
<a href="https://bit.ly/48h4GsH" class="links">Open Source Projects Register</a>
<section class="cd-intro">
<h6 class="cd-headline slide">
<span>Coming Soon</span>
<span class="cd-words-wrapper">
<b class="is-visible">Hacking</b>
<b>With</b>
<b>Python</b>
</span>
</h6>
</section> <!-- cd-intro -->
<meta name='impact-site-verification' value='2929c405-fb34-4aca-ab7d-5dd836c0ad77'>
<script src="js/jquery-2.1.1.js"></script>
<script src="js/main.js"></script>
<!-- Logo -->
<div class="bottom-text">THEGREATPAYLOAD</div>
</div>
<!-- Logo --><br>
<br>
</body>
</html>