NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

<!DOCTYPE html>
<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 rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link href="https://www.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>

</head>

<style>

body {
background: #121212;
color: #f7f7f7;
}

#genresMovie > span {
border: 1px solid #f5164d ;
padding: 4px 6px;
font-size: 17px;
}

#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(38,41,44,1) 0%, rgba(24,56,68,1) 40%, rgba(24,56,68,1) 60%, rgba(38,41,44,1) 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: radial-gradient(circle, rgba(35,140,126,1) 16%, rgba(38,41,44,1) 100%);
border-left: 3px solid #f5164d;
border-right: 3px solid #1e90ff;
opacity: 1;
color: black;
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;
}

.button {
background-color: transparent;
border: none;
font-size: 25px;
color: red;
}

.w3-button:hover {
background-color: dodgerblue;
}

img {
height: 200px;
}



</style>

<body>

<!--w3slider-->

<div class="w3-content w3-display-container">

<img class="mySlides w3-animate-fading" src="https://i1.wp.com/wuudia.com/wp-content/uploads/Netflix%E2%80%99in-Yeni-Dizisi-Ask-101e-Sosyal-Medyadan-Gelen-Ilk-Tepkiler.jpg?fit=1024%2C576&ssl=1" style="width:100%">
<img class="mySlides w3-animate-fading" src="https://pbs.twimg.com/media/EUrs5KNUMAUpyZk.jpg" style="width:100%">
<img class="mySlides w3-animate-fading" src="https://i.ytimg.com/vi/6PxV8TmFMcA/maxresdefault.jpg" style="width:100%">

<!--butonlar-->
<button class="button w3-display-left" onclick="carousel(-1)"><i class="fa fa-angle-double-left"></i></button>
<button class="button w3-display-right" onclick="carousel(1)"><i class="fa fa-angle-double-right"></i></button>
</div>


<!--w3 javascript-->

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

function carousel() {
var i;
var x = document.getElementsByClassName("mySlides");
for (i = 0; i < x.length; i++) {
x[i].style.display = "none";
}
myIndex++;
if (myIndex > x.length) {myIndex = 1}
x[myIndex-1].style.display = "block";
setTimeout(carousel, 10000);
}
</script>

<br>

<div id="genresMovie">
<span style="color: red;">—MYFLIX KATEGORILER—</span>
</div>
</div><br>
<div id="episodes">
<section id="kanallar">
<a href="#kanallar">
<i class="fa fa-angle-double-right"></i> CANLI YAYINLAR <i class="fa fa-angle-double-left"></i></a>
<div class="episode"><a href="go:ulusal">
<i class="fa fa-angle-double-right"></i> Ulusal Kanallar </a>
<a href="go:spor">
<i class="fa fa-angle-double-right"></i> Spor Kanalları</a>
<a href="go:spor">
<i class="fa fa-angle-double-right"></i> Sinema Kanalları</a>
<a href="go:spor">
<i class="fa fa-angle-double-right"></i> Belgesel Kanalları</a>
<a href="go:ebatv">
<i class="fa fa-angle-double-right"></i> TRT EBA TV</a>
</div>
</section>

<!----Şunları bi ayırın amk bune :D---->


<section id="diziler">
<a href="#diziler"><i class="fa fa-angle-double-right"></i> DİZİLER <i class="fa fa-angle-double-left"></i></a>
<div class="episode"><a href="go:turkdizi">
<i class="fa fa-angle-double-right"></i> Yerli Diziler</a>
<a href="go:yabancidiz">
<i class="fa fa-angle-double-right"></i> Yabancı Diziler</a>
</div>
</section>


<section id="filmler">
<a href="#filmler"><i class="fa fa-angle-double-right"></i>
FİLMLER <i class="fa fa-angle-double-left"></i></a>
<div class="episode">
<a href="go:trfilm">
<i class="fa fa-angle-double-right"></i> Yerli Filmler</a>
<a href="go:yabancifil">
<i class="fa fa-angle-double-right"></i> Yabancı Filmler</a>
</div>
</section>


<section id="extra">
<a href="go:ekstra"><i class="fa fa-bars" aria-hidden="true"></i> DİĞER MENÜLER</a>
<div class="episode">
<a href="go:destekoll">
<i class="fa fa-angle-double-right"></i> <i class="fa fa-handshake-o" aria-hidden="true"></i> Bize Destek Ol</a>
<a href="go:gizlilik">
<i class="fa fa-angle-double-right"></i> <i class="fa fa-user-secret" aria-hidden="true"></i> Gizlilik Politikası</a>
<a href="go:paylas">
<i class="fa fa-angle-double-right"></i> <i class="fa fa-share-alt" aria-hidden="true"></i> Uygulamayı Paylaş</a>
<a href="go:admin">
<i class="fa fa-angle-double-right"></i> <i class="fa fa-user" aria-hidden="true"></i> Admin Panel</a>
</div>
</section>
</div>
<script type="text/javascript">
//form tags to omit in NS6+:
var omitformtags=["input", "textarea", "select"]
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.