-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpage.html
More file actions
120 lines (105 loc) · 4.7 KB
/
page.html
File metadata and controls
120 lines (105 loc) · 4.7 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
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
115
116
117
118
119
120
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pixel & Frame - Análisis</title>
<link rel="stylesheet" href="/css/main.css">
<link href="/bootstrap/css/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.css" rel="stylesheet">
<style>
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
</style>
</head>
<body>
<header>
<div class="game-header text-center">
<div class="container">
<div id="title-placeholder">
<h1 class="display-4 fw-bold">
<span class="text-orange">PIXEL</span>
<span class="text-blue">&</span>
<span class="text-orange">F</span><span class="text-blue">RAME</span>
</h1>
<h2 class="lead">No Encontrado</h2>
</div>
</div>
</div>
</header>
<div class="sticky-top">
<div id="navbar-placeholder" class="d-flex justify-content-center"></div>
</div>
<main id="article">
<div class="container" id="banner-publi-top">
<a href="https://www.xbox.com/" target="_blank" rel="noopener">
<img src="https://media.game.es/CMS/Highlights/xsx-Gamepass-TodoDigital-s5222-h.jpg" alt="Xbox banner">
</a>
</div>
<!--Preview-->
<section class="my-5">
<div id="preview-placeholder"></div>
</section>
<!--Desarrollo de nota-->
<article>
<div class="container my-5" id="content-second-placeholder"></div>
<div class="container my-4" id="publicidad-notes">
<div class="row align-items-center">
<div class="col-sm-4">
<a href="https://www.xbox.com/es-CO/xbox-game-pass">
<img src="https://http2.mlstatic.com/D_NQ_NP_736427-MLA84627460940_052025-O.webp"
alt="Xbox Game Pass"
class="img-fluid rounded">
</a>
</div>
<div class="col-md-8 ps-4">
<span class="badge custom-orange mb-2">Publicidad</span>
<h5 class="card-title fw-bold text-dark mb-3">Xbox Game Pass</h5>
<p class="card-text text-muted lh-base">
Descubre más de 100 juegos de alta calidad para consola, PC y la nube.
Juega títulos nuevos el día de su lanzamiento y disfruta de una experiencia
de gaming sin límites con Xbox Game Pass.
</p>
</div>
</div>
</div>
<div class="container my-5" id="content-three-placeholder"></div>
<div class="container my-4" id="publicidad-notes">
<div class="row align-items-center">
<div class="col-sm-4">
<a href="https://www.xbox.com/es-CO/xbox-game-pass">
<img src="https://http2.mlstatic.com/D_NQ_NP_736427-MLA84627460940_052025-O.webp"
alt="Xbox Game Pass"
class="img-fluid rounded">
</a>
</div>
<div class="col-md-8 ps-4">
<span class="badge custom-orange mb-2">Publicidad</span>
<h5 class="card-title fw-bold text-dark mb-3">Xbox Game Pass</h5>
<p class="card-text text-muted lh-base">
Descubre más de 100 juegos de alta calidad para consola, PC y la nube.
Juega títulos nuevos el día de su lanzamiento y disfruta de una experiencia
de gaming sin límites con Xbox Game Pass.
</p>
</div>
</div>
</div>
<div class="container my-5" id="content-four-placeholder"></div>
<div class="container my-5">
<h3 cl
>Haz tu reseña sobre el contenido:</h3>
<div id="form-resenas-placeholder"></div>
<h2 class="my-4 border-bottom pb-2">
<i class="bi bi-chat-left-text text-black"></i> Reseñas recientes
</h2>
<div id="resenas-placeholder"></div>
</div>
</article>
</main>
<footer>
<div id="footer-placeholder"></div>
</footer>
<script src="/bootstrap/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script>
<script src="/js/app.js" defer></script>
<script src="/js/subpage_content.js" defer></script>
</body>
</html>