NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="https://myflix.pro/styleaciklamasayfasi.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://kit.fontawesome.com/9540564ce6.js" crossorigin="anonymous"></script>
<style>
body, html {
overflow-x: hidden;
user-select: none;
}
body {
background: #121212;
color: #f7f7f7;
}
#genresMovie {
position: absolute;
width: 100%;
left: 50%;
transform: translateX(-50%) translateY(-140%);
text-align: center;
z-index: 9;
}
#genresMovie > span {
border: 2px solid #03f4fc ;
padding: 4px 6px;
font-size: 17px;
}
#shortinfoMovie {
width: 100%;
height: 370px;
background-size: cover;
background-repeat: no-repeat;
position: relative;
overflow: hidden;
}
#shortinfoMovie > #shadowCover {
position: absolute;
width: 100%;
height: 102%;
transform: rotate(180deg);
box-shadow: inset 10px 55px 30px 0px #121212;
top: 0;
left: 0;
}
#shortinfoMovie > #buttonPlay {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: black;
padding: 20px;
border-radius: 50%;
}
#shortinfoMovie > #buttonPlay:hover {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: radial-gradient(circle, rgba(35,140,126,1) 16%, rgba(38,41,44,1) 100%);
padding: 21px;
border-radius: 50%;
}
#shortinfoMovie > #buttonBack {
position: absolute;
top: 10%;
left: 10%;
transform: translate(-50%, -50%);
padding: 12px;
font-size: 20px;
border-radius: 50%;
z-index: 9;
}
#shortinfoMovie > #movieName {
position: absolute;
width: 100%;
left: 50%;
bottom: 8px;
transform: translateX(-50%) translateY(-50%);
z-index: 9;
text-align: center;
font-size: 3vh;
}
#shortinfoMovie > #movieName > span {
color: #fff;
text-shadow: 0 0 0.5em #707070, 0 0 0.5em #707070, 0 0 0.5em #707070;
}
#episodes {
width: 100%;
}
#episodes section .episode {
overflow: hidden;
height: 0;
padding: 0;
margin: 0;
text-align: justify;
background: ;
transition: 350ms;
}
#episodes section a {
text-decoration: none;
display: block;
text-align: center;
font-size: 20px;
padding: 10px;
background: linear-gradient(-90deg, rgba(12, 27, 38) 0%, rgba(45, 143, 189) 40%, rgba(45, 143, 189) 60%, rgba(12, 27, 38) 100%);
color: white;
margin:2px;
cursor:none;
transition: .3s ease;
}
#episodes section a:hover {
text-decoration: none;
display: block;
text-align: center;
padding: 10px;
background: linear-gradient(-90deg, rgba(45, 143, 189) 0%, rgba(12, 27, 38) 40%, rgba(12, 27, 38) 60%, rgba(45, 143, 189) 100%);
border-left: 4px solid #f5164d;
border-right: 4px solid #deff05;
opacity: 1;
color: #03fffb;
cursor: none;
}
#episodes section .episode > span {
font-size: 4vh;
}
#episodes section .episode > .watchepisode {
margin: 25px auto 18px auto;
font-size: 12px;
text-align: center;
}
#episodes section .episode > .watchepisode span {
padding: 10px;
cursor: pointer;
}
#episodes section .episode > .downloadepisode {
margin-bottom: 15px;
text-align: center;
}
#episodes section .episode > .downloadepisode span {
padding: 6px;
cursor: pointer;
font-size: 10px;
}
#desc {
width: 90%;
margin: auto auto 100px auto;
}
#desc > .title {
font-size: 3vh;
margin-bottom: 8px;
}
#desc > .title > span {
border-bottom: 2px solid gray;
}
#datasaboutMovie {
width: 90%;
margin: 45px auto;
display: flex;
}
#datasaboutMovie > .data {
width: 50%;
text-align: center;
}
#datasaboutMovie > .datamovies {
margin: 0 6px 13px 6px;
}
#datasaboutMovie > .datseries {
margin: 0 6px 0px 6px;
}
#datasaboutMovie > .data:nth-child(1) > span:first-child {
font-size: 4vh;
}
#datasaboutMovie > .data:nth-child(2) > span:first-child {
font-size: 4vh;
}
#datasaboutMovie > .data:nth-child(3) > span:first-child {
font-size: 4vh;
}
#datasaboutMovie > .data:nth-child(1) > span:first-child {
color: red;
}
#datasaboutMovie > .data:nth-child(2) > span:first-child {
color: dodgerblue;
}
#datasaboutMovie > .data:nth-child(3) > span:first-child {
color: mediumseagreen;
}
.card .img-row > .img > .movienameoncover {
width: 80%;
font-size: 2.8vw;
text-align: center;
color: white;
position: absolute;
top: 80%;
left: 48%;
transform: translateX(-50%) translateY(-50%);
padding: 8px 2px;
border-radius: 4px;
opacity: 0.8;
background: black;
}
#shortinfoMovie > #movieName {
position: absolute;
width: 100%;
left: 50%;
bottom: 8px;
transform: translateX(-50%) translateY(-50%);
z-index: 9;
text-align: center;
font-size: 5vh;
}
#shortinfoMovie > #movieName > span {
color: #fff;
text-shadow: 0 0 0.5em dodgerblue, 0 0 0.5em #707070, 0 0 0.5em #f5164d;
}
/* Detail */
#shortinfoMovie {
width: 100%;
height: 220px;
background-size: cover;
background-repeat: no-repeat;
position: relative;
overflow: hidden;
}
#shortinfoMovie > #shadowCover {
position: absolute;
width: 100%;
height: 102%;
transform: rotate(180deg);
box-shadow: inset 15px 55px 30px 0px #121212;
top: 0;
left: 0;
}
</style>
<body>

<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
max-width: 1000px;
position: relative;
margin: auto;
}

/* Caption text */
.text {
color: #f2f2f2;
font-size: 15px;
padding: 8px 12px;
position: absolute;
bottom: 8px;
width: 100%;
text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
color: #ffffff;
font-size: 14px;
padding: 8px 12px;
position: absolute;
top: 0;
}

/* The dots/bullets/indicators */
.dot {
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}

.active {
background-color: #717171;
}

/* Fading animation */
.fade {
-webkit-animation-name: fade;
-webkit-animation-duration: 2.5s;
animation-name: fade;
animation-duration: 2.5s;
}

@-webkit-keyframes fade {
from {opacity: .4}
to {opacity: 1}
}

@keyframes fade {
from {opacity: .4}
to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
.text {font-size: 15px}
}

.row .col {
padding: 0;
}



</style>
</head>
<body>
<div class="slideshow-container">

<div class="mySlides fade">
<div class="numbertext">The Walking Dead​ Full Sezonlar bizde!</div>
<a href="go:deadana"><img src="https://i.imgyukle.com/2020/05/31/yvPh5N.jpg" style="width:100%"height="160"></a>
</div>



<div class="mySlides fade">
<span style="background-color: #CCCCCC;"><div class="numbertext">Alef Dizisi Yayında!</div></span>
<a href="go:alef"><img src="https://i.ytimg.com/vi/SN_ndqrlr_4/maxresdefault.jpg" style="width:100%"height="160"></a>
</div>

<div class="mySlides fade">
<div class="numbertext">Sıfır Bir Sinema izle!</div>
<a href="go:sifirsin"><img src="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcRU9MQ0n7r5OHayucIlACU7DmbRBQuW_BjRA-4luqy-GnyDMHou" style="width:100%"height="160"></a>
</div>


<div class="mySlides fade">
<div class="numbertext">La casa de papel! Netflix diziler bölümünde</div>
<a href="go:Netflixd"><img src="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcTt23gtDS9dInsI-pscUcV2NNxDDvedgZZYdxKygbI0__Muc7LD&usqp=CAU" style="width:100%"height="160"></a>
</div>


<div class="mySlides fade">
<div class="numbertext">Sokağın Çocukları Yayında!</div>
<a href="go:skkmenu"><img src="https://i.ytimg.com/vi/6PxV8TmFMcA/maxresdefault.jpg" style="width:100%"height="160"></a>
</div>

<div class="mySlides fade">
<div class="numbertext">Aşk 101 Dizisi Yayında!</div>
<a href="go:Netflixd"><img src="https://wuudia.com/wp-content/uploads/Netflix%E2%80%99in-Yeni-Dizisi-Ask-101e-Sosyal-Medyadan-Gelen-Ilk-Tepkiler.jpg" style="width:100%"height="160"></a>
</div>

</div>


<!-- LOGO DÜZENLEME BÖLÜMÜ -->
<a href="http://vizyontv-hd.com/vizyontvpro.apk" class="carousel-item">
<img src="https://i.imgyukle.com/2020/04/23/QMVxkc.gif" style="width:100%" height="40"></a>
<div style="text-align:center">
</div>
<!-- LOGO BİTİŞ -->
<script>
var slideIndex = 0;
showSlides();

function showSlides() {
var i;
var slides = document.getElementsByClassName("mySlides");
var dots = document.getElementsByClassName("dot");
for (i = 0; i < slides.length; i++) {
slides[i@[email protected] = "none";
}
slideIndex++;
if (slideIndex > slides.length) {slideIndex = 1}
for (i = 0; i < dots.length; i++) {
dots[i@[email protected] = dots[i@[email protected](" active", "");
}
slides[slideIndex-1@[email protected] = "block";
dots[slideIndex-1@[email protected] += " active";
setTimeout(showSlides, 3000); // Change image every 3 seconds
}
</script>

<div data-role="header">

<a href="#" class="ui-btn ui-corner-all ui-shadow ui-icon-carat-r ui-btn-icon-left"><marquee behavior="scroll" direction="left" scrollamount="7" style="background: linear-gradient(-90deg, rgba(12, 27, 38) 0%, rgba(45, 143, 189) 40%, rgba(45, 143, 189) 60%, rgba(12, 27, 38) 100%); !important; border-image: initial; border-style: solid; border-width: 1px; color:#1a4f73; rgb(241, 241, 241) !important; max-height: 50px;">
<div style="will-change: transform;">

<span style="color:#ffffff;"><span style="color:#ffffff;"></span style="color:gold;"></span ><span style="color:gold;">▶️BİZE DESTEK VE UYGULAMANIN DEVAMLILIĞI İÇİN .<span style="color:#ffffff;">▶️ÇIKAN REKLAMLARI 1 KEZ TIKLAYIP BIRAZ SAYFADA GEZİNMENİZ YETERLİDİR.<span style="color:#ffff00;">▶️<span style="color:white;"><span style="color:yellow;">🤗DESTEK OLAN HERKESE TEŞEKKÜR EDERİZ..<span style="color:#fc0307;">İLLEGALTV VİP </span></b></a></div>
</marquee></a>
</div>

<script>
var myIndex = 0;
carousel();

function carousel() {
var i;
var x = document.getElementsByClassName("mySlides");
for (i = 0; i < x.length; i++) {
x[i@[email protected] = "none";
}
myIndex++;
if (myIndex > x.length) {myIndex = 1}
x[myIndex-1@[email protected] = "block";
setTimeout(carousel, 2000); // Change image every 2 seconds
}
</script>

<!-- DİZİ MENÜYÜ REN FALAN DÜZENLEME BÖLÜMÜ -->

<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

<!-- Material Design for Bootstrap fonts and icons -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Material+Icons">

<!-- Compiled and minified CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
<!-- Material Design for Bootstrap CSS -->

<script type="text/javascript" src="http://code.jquery.com/jquery-1.9.1.js"></script>
<style>

.playlist {
min-height: 60px;
overflow: auto;
overflow-y: hidden;
margin: 0 auto;
white-space: nowrap;

}
.yanimg {
height: 136px;
cursor: pointer;
width:100%;
border-radius: 12px 14px 6px 6px;
}
.card .card-content {
padding: 0px;
font-family: 'Poppins', sans-serif;
font-size: 12px;

}
.card {
padding: 3px;
background: linear-gradient(-90deg, rgba(22, 71, 71) 0%, rgba(47, 247, 244) 40%, rgba(47, 247, 244) 60%, rgba(22, 71, 71) 100%);
border-radius: 16px;
margin:4px;
}
.row .col {
padding: 0 .2rem;

}


</style>

<title>Hello, world!</title>
</head>
<body bgcolor="#aff0f0" class="#a020f0" style="background: linear-gradient(-32deg, rgba(10, 10, 10) 0%, rgba(30, 30, 36) 99%);">



<div class="row" id="liste">

<!--icerik baslangic-->


<!--icerik baslangic--><!--icerik bitis--><!--direct link menu-->

<center>


<div class="col s4">
<div class="card blue-grey darken-1">
<div class="card-content white-text">
<a href="go:vip3"><img class="yanimg" src="https://i.imgyukle.com/2020/05/31/ymdKpS.jpg" /> </a>
<font color="black"><p><b>Spor Bölümü</p></b></font>
</div>
</div>
</div>



<div class="col s4">
<div class="card blue-grey darken-1">
<div class="card-content white-text">
<a href="go:gfilm"><img class="yanimg" src="https://www.perasinema.com/wp-content/uploads/2017/07/cinema.jpg" /> </a>
<font color="black"><p><B>Sinema & Film</p></font>
</div>
</div>
</div>


<div class="col s4">
<div class="card blue-grey darken-1">
<div class="card-content white-text">
<a href="go:dizi2"><img class="yanimg" src="https://smhttp-ssl-49071.nexcesscdn.net/media/catalog/product/cache/1/image/9df78eab33525d08d6e5fb8d27136e95/2/5/25771443.jpg" /> </a>
<font color="black"><p><b>Full Dizi</p></font>
</div>
</div>
</div>


<div class="col s4">
<div class="card blue-grey darken-1">
<div class="card-content white-text">
<a href="go:ulusallar"><img class="yanimg" src="https://www.baskenthaber06.com/wp-content/uploads/2018/01/1.jpg" /> </a>
<font color="black"><p><b>Canlı TV,ler</p></font>
</div>
</div>
</div>


<div class="col s4">
<div class="card blue-grey darken-1">
<div class="card-content white-text">
<a href="go:banasayfa"><img class="yanimg" src="https://i.pinimg.com/originals/2b/2b/77/2b2b775e13d7f61d6e8e40d3a4bc8019.jpg" /> </a>
<font color="black"><p><b>Belgesel İzle</p></font>
</div>
</div>
</div>





<div class="col s4">
<div class="card blue-grey darken-1">
<div class="card-content white-text">
<a href="go:iptv"><img class="yanimg" src="https://i.imgyukle.com/2020/05/31/ymd1uG.png" /> </a>
<font color="black"><p><b>Full iptv</p></font>
</div>
</div>
</div>


<div class="col s4">
<div class="card blue-grey darken-1">
<div class="card-content white-text">
<a href="go:hesaplar"><img class="yanimg" src="https://i.ytimg.com/vi/sBPNcTNaoYA/hqdefault.jpg" /> </a>
<font color="black"><p><b>Pre, Hesaplar</p></font>
</div>
</div>
</div>


<div class="col s4">
<div class="card blue-grey darken-1">
<div class="card-content white-text">
<a href="go:extra"><img class="yanimg" src="https://assets.extratv.com/extratv.com/smartphone/default/img/extra-1200x630.jpg" /> </a>
<font color="black"><p><b>Extra Bölüm</p></font>
</div>
</div>
</div>


<div class="col s4">
<div class="card blue-grey darken-1">
<div class="card-content white-text">
<a href="go:cocuk"><img class="yanimg" src="https://content.trtcocuk.net.tr/cd/ef/2327c4b5-cdef-4ebd-800d-f19a49a0c16d.nhzy-list-box.png" /> </a>
<font color="black"><p><b>Çocuklar için
</p></font>
</div>
</div>
</div>


<div class="col s4">
<div class="card blue-grey darken-1">
<div class="card-content white-text">
<a href="go:ilweb"><img class="yanimg" src="https://cdn.vox-cdn.com/thumbor/LD0aqOj4Khte_In1n5VE10p3g54=/1400x1400/filters:format(jpeg)/cdn.vox-cdn.com/uploads/chorus_asset/file/10648029/wjoel_180413_1777_android_001.jpg" /> </a>
<font color="black"><p><b>PRO Uygulama</p></font>
</div>
</div>
</div>


<div class="col s4">
<div class="card blue-grey darken-1">
<div class="card-content white-text">
<a href="go:hakkinda"><img class="yanimg" src="https://i.imgyukle.com/2020/05/31/ymdqMb.png" /> </a>
<font color="black"><p><b>Hakkında</p></font>
</div>
</div>
</div>


<div class="col s4">
<div class="card blue-grey darken-1">
<div class="card-content white-text">
<a href="go:eba"><img class="yanimg" src="https://cdn.iha.com.tr/Contents/images/2020/12/3243795.jpg" /> </a>
<font color="black"><p><b>Eba TV</p></font>
</div>
</div>
</div>

</center>
<!--direct link MENÜ bitis-->

<!--direct link MENÜ bitis-->



<!-- Optional JavaScript -->


<!-- Compiled and minified JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>

<script>
$(document).ready(function(){
$('.dropdown-trigger').dropdown();
$('.modal').modal();
});

var tv_main_channel = $('#src');
var video_block = $('#antvvid');
$('.izle').click(function () {
$( '#player' ).modal( 'open' );
var degisken1 = $(this);
var slink = degisken1.attr('id');
var poster = degisken1.attr('src');
var secseri = $('.secseri').text();
$('.title').html(secseri );


tv_main_channel.attr('src', slink);
video_block.attr('poster', poster);
video_block.load();
video_block.play;
return false;
});
$('.playerkapa').click(function () {
tv_main_channel.attr('src', '');
video_block.attr('poster', '');
video_block.load();
});

//arama
function myFunction() {
// Declare variables
var input, filter, ul, li, a, i, txtValue;
input = document.getElementById('autocomplete-input');
filter = input.value.toUpperCase();
ul = document.getElementById("liste");
li = ul.getElementsByTagName('div');

// Loop through all list items, and hide those who don't match the search query
for (i = 0; i < li.length; i++) {
a = li[i@[email protected]("p")[0@CCORCH@;
txtValue = a.textContent || a.innerText;
if (txtValue.toUpperCase().indexOf(filter) > -1) {
li[i@[email protected] = "";
} else {
li[i@[email protected] = "none";
}
}
}
//arama bitis

</script>



<script type="text/javascript">
//form tags to omit in NS6+:
var omitformtags=["input", "textarea", "select"@CCORCH@
omitformtags=omitformtags.join("|")
function disableselect(e){
if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)
return false
}
function reEnable(){
return true
}
if (typeof document.onselectstart!="undefined")
document.onselectstart=new Function ("return false")
else{
document.onmousedown=disableselect
document.onmouseup=reEnable
}
</script>
</body>
</html>
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.