forked from Bruhx-Homebrew/Bruhx-menu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
0gamecatalog0.html
73 lines (62 loc) · 2.28 KB
/
0gamecatalog0.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
<!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>BRUHX Switch Oled "Homebrew"</title>
</head>
<body>
<header>
<div class="container">
<h2 class="logo">BRUHX</h2>
<nav>
<a href="#">Switch</a>
<a href="#">Custom</a>
<a href="#">Things for</a>
<a href="#">All</a>
</nav>
</div>
</header>
<main>
<div class="filme-principal">
<div class="container">
<h3 class="titulo">Switch Online Homebrew Menu</h3>
<p class="descricao">With Bruhx you can do some things.</p>
<div class="botoes">
<p> You can : </p>
<button role="button" class="botao">
<i class="fas fa-play"></i>
Play Game
</button>
<button role="button" class="botao">
<i class="fas fa-info-circle"></i>
Go to Information websites.
</button>
</div>
</div>
</div>
</main>
<div class="carrosel-filmes">
<div class="owl-carousel owl-theme">
<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/Osu.jpg" alt="" srcset="">
<h1> <a href="https://www.webosu.online/index.html" target="_blank">SwitchOsu!</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>