forked from Bruhx-Homebrew/Bruhx-menu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
114 lines (102 loc) · 4.4 KB
/
index.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style/main.css">
<!--responsividade-->
<link rel="stylesheet" href="style/responsive.css">
<!--owl css-->
<link rel="stylesheet" href="style/owl/owl.carousel.min.css">
<link rel="stylesheet" href="style/owl/owl.theme.default.min.css">
<title>WebBrowser</title>
</head>
<body>
<header>
<div class="container">
<h2 class="logo">PocketButton</h2>
<p> By Titimousse </p>
<nav>
<a href="#">Customize</a>
<a href="#">Your</a>
<a href="#">Nintendo</a>
<a href="#">Switch</a>
</nav>
</div>
</header>
<main>
<div class="filme-principal">
<div class="container">
<h3 class="titulo">Switch Online Menu</h3>
<div class="botoes">
<p> You can : </p>
<button role="button" class="botao">
<i class="fas fa-play"></i>
Go to internet
</button>
<button role="button" class="botao">
<i class="fas fa-info-circle"></i>
Use web apps
</button>
</div>
</div>
</div>
</main>
<div class="carrosel-filmes">
<div class="owl-carousel owl-theme">
<div class="item">
<img class="box-filme" src="img/Controller.jpg" alt="" srcset="">
<h1> <a href="web_gamepad_api-master/index.html" target="_blank">Joycon & Pro Controller tester</a></h1>
</div>
<div class="item">
<img class="box-filme" src="img/Flappy.jpg" alt="" srcset="">
<h1> <a href="https://play-jsgames.herokuapp.com/flappybird/flappybird.html" target="_blank">Flappy Bird</a></h1>
</div>
<div class="item">
<img class="box-filme" src="img/Twitter.png" alt="" srcset="">
<h1> <a href="https://twitter.com" target="_blank">X</a></h1>
</div>
<div class="item">
<img class="box-filme" src="img/Qwant.jpg" alt="" srcset="">
<h1> <a href="https://www.qwant.com/?l=fr" target="_blank">Qwant</a></h1>
</div>
<div class="item">
<img class="box-filme" src="img/Facebook.png" alt="" srcset="">
<h1> <a href="https://facebook.com/" target="_blank">Facebook</a></h1>
</div>
<div class="item">
<img class="box-filme" src="img/amazon.png" alt="" srcset="">
<h1> <a href="https://amazon.com/" target="_blank">Amazon</a></h1>
</div>
<div class="item">
<img class="box-filme" src="img/whatsapp.jpg" alt="" srcset="">
<h1> <a href="https://web.whatsapp.com/" target="_blank">WhatsApp (Currently in testing)</a></h1>
</div>
<div class="item">
<img class="box-filme" src="img/Slither.jpg" alt="" srcset="">
<h1> <a href="http://slither.io/" target="_blank">Slither.io</a></h1>
</div>
<div class="item">
<img class="box-filme" src="img/Gmail.png" alt="" srcset="">
<h1> <a href="https://www.google.com/intl/fr/gmail/about/" target="_blank">Gmail</a></h1>
</div>
<div class="item">
<img class="box-filme" src="img/Discord.png" alt="" srcset="">
<h1> <a href="https://discord.com/app" target="_blank">Discord</a></h1>
</div>
<div class="item">
<img class="box-filme" src="img/spsoluce.jpg" alt="" srcset="">
<h1> <a href="https://www.supersoluce.com/" target="_blank">Super Soluce</a></h1>
</div>
<div class="item">
<img class="box-filme" src="img/Bruhxg.jpg" alt="" srcset="">
<h1> <a href="0gamecatalog0.html" target="_blank">Bruhx Game Shop</a></h1>
</div>
</div>
</div>
<script src="https://kit.fontawesome.com/2c36e9b7b1.js"></script>
<script src="js/owl/jquery.min.js"></script>
<script src="js/owl/owl.carousel.min.js"></script>
<script src="js/owl/setup.js"></script>
</body>
</html>