-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpopup.html
54 lines (52 loc) · 1.81 KB
/
popup.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
52
53
54
<!DOCTYPE html>
<html ondragstart="event.preventDefault();">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<div class="title">
<img class="status" src="image/sleep-jamel.png" alt="Jamel Sad" />
<h1>JAMEL LE CHOMEUR</h1>
</div>
<div class="content">
<a href="#" id="redirect" target="_blank">
<img
class="preview"
src="./image/screen-finish.png"
style="border: 3px solid #fff"
height="200"
width="350"
alt="Jamel Live"
/>
</a>
<h4 id="statusText">HORS LIGNE</h4>
</div>
<footer>
<a href="https://www.youtube.com/@Jamel_le_chomeur" target="_blank">
<button>
<img src="image/youtube.png" alt="youtube" />
</button>
</a>
<a href="https://twitter.com/jamellechomeur" target="_blank">
<button>
<img src="image/twitter.png" alt="twitter" />
</button>
</a>
<a
href="https://www.instagram.com/jamel_le_chomeur/"
target="_blank"
>
<button>
<img src="image/instagram.png" alt="instagram" />
</button>
</a>
<a href="https://discord.gg/leschomeurs" target="_blank">
<button>
<img src="image/discord.png" alt="discord" />
</button>
</a>
</footer>
</body>
</html>
<script type="text/javascript" src="js/main.js"></script>