-
Notifications
You must be signed in to change notification settings - Fork 1
/
popup.html
21 lines (20 loc) · 1.09 KB
/
popup.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="popup.css">
</head>
<body>
<div class="logoHeader">
<img class="logo" src="static/Kabyle-Gamers-Premium-Logo.png">
</div>
<div class="boutons">
<button class="buttonLink" id="buttonWebSite" value="https://kabyle-gamers.com"><img src="static/icons/globe.png" height="72" width="72"></button>
<button class="buttonLink" id="buttonDiscord" value="https://kabyle-gamers.com/Discord"><img src="static/icons/discord.png"></button>
<button class="buttonLink" id="buttonYoutube" value="https://youtube.com/kabylegamers"><img src="static/icons/youtube.png"></button>
<button class="buttonLink" id="buttonInstagram" value="https://instagram.com/kabylegamers"><img src="static/icons/instagram.png"></button>
<button class="buttonLink" id="buttonTwitter" value="https://twitter.com/kabylegamers"><img src="static/icons/twitter.png"></button>
<button class="buttonLink" id="buttonTwitch" value="https://twitch.tv/kabylegamers"><img src="static/icons/twitch.png"></button>
</div>
<script src="script.js"></script>
</body>
</html>