bye bye github
This commit is contained in:
56
templates/home/tv.html.ep
Executable file
56
templates/home/tv.html.ep
Executable file
@@ -0,0 +1,56 @@
|
||||
<section id="ihead">
|
||||
<div id="courtain"></div>
|
||||
<!--
|
||||
<article class="mod"> <p class="mod"> #uContent </p></article>
|
||||
-->
|
||||
</section>
|
||||
|
||||
<!-- trans -->
|
||||
<section id="trs" class="trans flex">
|
||||
<article class="vdg"></article>
|
||||
<article id=tcurt" class="trans">
|
||||
<p class="bold">VUELO DE GRULLA .TV</p>
|
||||
<p class="light">Perseverancia es la llave</p>
|
||||
<p class="superlight">+++</p>
|
||||
</article>
|
||||
</section>
|
||||
<!-- trans -->
|
||||
<!-- tv -->
|
||||
<section class="grid">
|
||||
<section class="yt">
|
||||
<iframe id="evideo" frameBorder="0"
|
||||
src="https://www.youtube.com/embed/8hANQyuvxZk" allowfullscreen>
|
||||
</iframe>
|
||||
</section>
|
||||
|
||||
<section class="col flex">
|
||||
|
||||
<article class="series"><ul>
|
||||
<!-- ##series -->
|
||||
% for my $s(@$series){
|
||||
<li class="series" value="<%= $s->{group} %>">
|
||||
<%= $s->{name} %>
|
||||
</li>
|
||||
% }
|
||||
<!-- c#series -->
|
||||
|
||||
</ul>
|
||||
</article>
|
||||
|
||||
<article class="chap"> <ul>
|
||||
<!-- ##table -->
|
||||
% for my $t(@$table){
|
||||
<li class="chap <%= $t->{group} %> " value="<%= $t->{link} %> ">
|
||||
<%= $t->{order} %> <%= $t->{name} %>
|
||||
</li>
|
||||
% }
|
||||
<!-- c#table -->
|
||||
</ul> </article>
|
||||
|
||||
<article class="facefeed">
|
||||
<iframe class="facefeed" src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fvuelodegrulla&tabs=timeline&width=400&height=600&small_header=true&adapt_container_width=true&hide_cover=false&show_facepile=true&appId" allowTransparency="true"> </iframe>
|
||||
</article>
|
||||
|
||||
</section>
|
||||
</section>
|
||||
<!-- tv -->
|
||||
Reference in New Issue
Block a user