1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+
4+ < head >
5+ < meta charset ="UTF-8 ">
6+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
7+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
8+ < title > Página de visualización</ title >
9+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css "
10+ integrity ="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l " crossorigin ="anonymous ">
11+ < script src ="https://code.jquery.com/jquery-3.5.1.slim.min.js "
12+ integrity ="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj "
13+ crossorigin ="anonymous "> </ script >
14+ < script src ="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js "
15+ integrity ="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns "
16+ crossorigin ="anonymous "> </ script >
17+ < link rel ="preconnect " href ="https://fonts.googleapis.com ">
18+ < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin >
19+ < link href ="https://fonts.googleapis.com/css2?family=Staatliches&display=swap " rel ="stylesheet ">
20+ < link rel ="stylesheet " href ="styles.css ">
21+ </ head >
22+
23+ < body >
24+ < header class ="navtitle ">
25+ < div >
26+ < nav class ="navbar navbar-expand-lg navbar-dark bg-danger ">
27+ < a class ="navbar-brand " href ="index.html ">
28+ < img src ="/images/awakelogo.png " width ="30 " height ="30 " class ="d-inline-block align-left " alt ="">
29+ AWAKEMOVIES
30+ </ a >
31+ < button class ="navbar-toggler " type ="button " data-toggle ="collapse " data-target ="#navbarText "
32+ aria-controls ="navbarText " aria-expanded ="false " aria-label ="Toggle navigation ">
33+ < span class ="navbar-toggler-icon "> </ span >
34+ </ button >
35+ < div class ="collapse navbar-collapse " id ="navbarText ">
36+ < ul class ="navbar-nav mr-auto ">
37+ < li class ="nav-item ">
38+ < a class ="nav-link " href ="./index.html "> Inicio < span class ="sr-only "> (current)</ span > </ a >
39+ </ li >
40+ < li class ="nav-item ">
41+ < a class ="nav-link " href ="./details.html "> Catálogo</ a >
42+ </ li >
43+ < li class ="nav-item ">
44+ < a class ="nav-link " href ="./watch.html "> Ver ahora</ a >
45+ </ li >
46+ </ ul >
47+ </ div >
48+ </ nav >
49+ </ div >
50+ </ header >
51+ < div class ="row " style ="width: 80%; justify-content: center; margin-left: auto; margin-right: auto; ">
52+ < div class ="col-lg-12 ">
53+ < div >
54+ < h1 style ="margin-top: 10px; "> Space Jam 2</ h1 >
55+ </ div >
56+ < div class ="embed-responsive embed-responsive-16by9 ">
57+ < iframe class ="embed-responsive-item " src ="https://www.youtube.com/embed/olXYZOsXw_o "
58+ allowfullscreen > </ iframe >
59+ </ div >
60+ </ div >
61+ < form class ="col-lg-8 ">
62+ < div >
63+ < a > Puntúa esta película</ a >
64+ < p class ="clasificacion " style ="margin-top: 10px; text-align: left ">
65+ < input id ="radio1 " type ="radio " name ="estrellas " value ="5 ">
66+ < label for ="radio1 "> ★</ label >
67+ < input id ="radio2 " type ="radio " name ="estrellas " value ="4 ">
68+ < label for ="radio2 "> ★</ label >
69+ < input id ="radio3 " type ="radio " name ="estrellas " value ="3 ">
70+ < label for ="radio3 "> ★</ label >
71+ < input id ="radio4 " type ="radio " name ="estrellas " value ="2 ">
72+ < label for ="radio4 "> ★</ label >
73+ < input id ="radio5 " type ="radio " name ="estrellas " value ="1 ">
74+ < label for ="radio5 "> ★</ label >
75+ </ p >
76+ < a > COMENTARIOS:</ a >
77+ < textarea class ="form-control " id ="exampleFormControlTextarea1 " rows ="3 "> </ textarea >
78+
79+ </ div >
80+
81+ </ form >
82+ < div class ="col-lg-4 ">
83+ < a > Relacionadas</ a >
84+ </ div >
85+ </ div >
86+
87+
88+
89+ < footer >
90+ < div class ="text-center p-3 ">
91+ < a class ="text-black " href ="http://www.awakelab.cl "> © 2021 Copyright: Awakelab IDW-GEN0308-3 Equipo 3 </ a >
92+ </ div >
93+ </ footer >
94+ </ body >
95+
96+ </ html >
0 commit comments