This commit is contained in:
√(noham)² 2022-11-25 23:45:26 +01:00
parent 86bf008f7c
commit 84270fc8d3
33 changed files with 165 additions and 483 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 807 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 88 KiB

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 9.2 KiB

View File

@ -1,51 +0,0 @@
html {
background-color: black;
color: aliceblue;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.minuteur {
display: flex;
justify-content: center;
align-items: center;
margin-top: auto;
margin-bottom: auto;
font-size: 200px;
font-weight: 500;
}
.content {
margin: 30px;
}
#start_timer10 {
background-color: #4D4D4D;
border: none;
color: white;
padding: 10px 15px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 25px;
cursor: pointer;
font-family: 'roboto', sans-serif;
border: 2px #aaa solid;
border-radius: 5px;
}
#start_timer10:hover {
background-color: #757575;
}
footer {
font-size: large;
color: aliceblue;
text-align: center;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
position:relative;
display: none;
}

View File

@ -14,12 +14,55 @@ html {
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.ent,
.pronote,
.elea,
.pearltrees,
.mediacentre {
/* display: block; */
height: 50px;
width: auto;
margin: 10px;
/* border: 10px solid transparent; */
text-decoration: none;
}
.ent>img:hover,
.pronote>img:hover,
.elea>img:hover,
.pearltrees>img:hover,
.mediacentre>img:hover {
box-shadow: 0px 0px 50px rgb(119, 119, 119);
background-color: rgba(119, 119, 119,0.3);
}
.sites {
text-align: center;
}
.maths,
.physique,
.histoire,
.geographie,
.français,
.es {
/* display: block; */
height: 50px;
width: auto;
margin: 10px;
/* border: 10px solid transparent; */
text-decoration: none;
}
.maths>img:hover,
.physique>img:hover,
.histoire>img:hover,
.geographie>img:hover,
.français>img:hover,
.es>img:hover {
box-shadow: 0px 0px 50px rgb(119, 119, 119);
background-color: rgba(119, 119, 119,0.3);
}
.livre {
text-align: center;
@ -109,16 +152,7 @@ p {
}
.deepl,
.nperf,
.yt4k,
.yt5s,
.savetube,
.ytzoopid,
.reverso,
.linksys,
.awesome,
.getintopc {
.deepl {
/* display: block; */
height: 50px;
width: auto;
@ -132,12 +166,3 @@ p {
box-shadow: 0px 0px 50px rgb(119, 119, 119);
background-color: rgba(119, 119, 119,0.3);
}
img {
/* display: block; */
height: 50px;
width: auto;
margin: 10px;
/* border: 10px solid transparent; */
text-decoration: none;
}

View File

@ -15,10 +15,10 @@
<a class="ent" href=https://ent.iledefrance.fr>
<img class="ent" src="../assets/social/ent.ico" alt="ent">
</a>
<a class="pronote" href=https://0910626l.index-education.net/pronote target="_parent">
<a class="pronote" href=https://0910626l.index-education.net/pronote>
<img class="pronote" src="../assets/social/pronote.png" alt="pronote">
</a>
<a class="pearltrees" href='https://www.pearltrees.com/private/id56232974' target="_parent">
<a class="pearltrees" href='https://www.pearltrees.com/private/id56232974'>
<img class="pearltrees" src="../assets/social/pearltrees.png" alt="pearltrees">
</a>
<a class="elea" href=https://massy.elea.ac-versailles.fr/local/teacherboard target="_blank">
@ -35,9 +35,6 @@
<a class="maths" href=https://educadhoc.fr/reader/textbook/9782017102106/fxl/Page_1 target="_parent">
<img class="maths" src="../assets/social/maths.png" alt="maths">
</a>
<a class="maths" href='https://idp-auth.gar.education.fr/domaineGar?idENT=SjA=&idEtab=MDkxMDYyNkw=&idRessource=ark%3A%2F12313%2FHE9782017102106' target="_parent">
<img class="maths" src="../assets/social/maths.png" alt="maths">
</a>
<a class="physique" href=https://educadhoc.fr/reader/textbook/9782017102120/fxl/Page_1 target="_parent">
<img class="physique" src="../assets/social/physique.png" alt="physique">
</a>

View File

@ -1,29 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="../css/minuteur.css">
<title> Minuteur </title>
</head>
<body>
<div class="content">
<div class="minuteur">
<button id="start_timer10" type="button">Start</button>
</div>
<br>
<div class="minuteur">
<span id="countdown10"></span>
</div>
<script src="../js/minuteur10.js"></script>
</div>
<footer>
Dev by √(noham)² with &#10084;
</footer>
</body>
</html>

View File

@ -3,7 +3,6 @@ https://unocrack.cf/#divers
https://www.youtube.com/watch?v=WZNG8UomjSI
https://www.pierre-giraud.com/html-css-apprendre-coder-cours/creation-menu-deroulant/
https://thenounproject.com/search/icons/?iconspage=1&q=discord
https://pixees.fr/informatiquelycee/jbase_intro.html
-->
@ -26,90 +25,18 @@ https://pixees.fr/informatiquelycee/jbase_intro.html
<a class="icone" href=https://www.deepl.com/translator>
<img class="deepl" src="../assets/raccourcis/racc/deepl.png" alt="deepl">
</a>
<a class="icone" href='https://www.nperf.com/fr/'>
<img class="nperf" src="../assets/raccourcis/racc/nperf.png" alt="nperf">
<a class="pronote" href=https://0910626l.index-education.net/pronote>
<img class="pronote" src="../assets/social/pronote.png" alt="pronote">
</a>
<a class="icone" href='https://youtube4kdownloader.com/en59/'>
<img class="yt4k" src="../assets/raccourcis/racc/yt4k.png" alt="yt4k">
<a class="pearltrees" href='https://www.pearltrees.com/private/id56232974'>
<img class="pearltrees" src="../assets/social/pearltrees.png" alt="pearltrees">
</a>
<a class="icone" href='https://yt5s.com/en154' target="_blank">
<img class="yt5s" src="../assets/raccourcis/racc/yt5s.png" alt="yt5s">
<a class="elea" href=https://massy.elea.ac-versailles.fr/local/teacherboard target="_blank">
<img class="elea" src="../assets/social/elea.png" alt="elea">
</a>
<a class="icone" href='https://save.tube/en7/'>
<img class="savetube" src="../assets/raccourcis/racc/savetube.png" alt="savetube">
<a class="mediacentre" href='https://ent.iledefrance.fr/mediacentre#/'>
<img class="mediacentre" src="../assets/social/mediacentre.svg" alt="mediacentre">
</a>
<a class="icone" href='https://yt.zoopid.com/'>
<img class="ytzoopid" src="../assets/raccourcis/racc/ytzoopid.png" alt="ytzoopid">
</a>
<a class="icone" href='https://www.reverso.net/orthographe/correcteur-francais/'>
<img class="reverso" src="../assets/raccourcis/racc/reverso.png" alt="reverso">
</a>
<a class="icone" href='http://10.132.1.1/ui/1.0.99.209783/dynamic/index.html#casupport'>
<img class="linksys" src="../assets/raccourcis/racc/linksys" alt="linksys">
</a>
<a class="icone" href='https://lkrjangid1.github.io/Awesome-Warez/'>
<img class="awesome" src="../assets/raccourcis/racc/awesome.png" alt="awesome">
</a>
<a class="icone" href='https://getintopc.com/'>
<img class="getintopc" src="../assets/raccourcis/racc/Getintopc.png" alt="getintopc">
</a>
<!-- <a class="icone" href=''>
<img class="" src="../assets/raccourcis/" alt="">
</a>
<a class="icone" href=''>
<img class="" src="../assets/raccourcis/" alt="">
</a> -->
</div>
<div id="deroulant">
<details close>
<summary>iOS</summary>
<div class="sites">
<a class="icone" href='https://ipaspot.app/categories/hackedgames.html' target="_parent">
<img class="ipaspot" src="../assets/raccourcis/racc/ipaspot.png" alt="ipaspot">
</a>
<a class="icone" href='https://appdb.to/' target="_parent">
<img class="appdb" src="../assets/raccourcis/racc/appdb.png" alt="appdb">
</a>
<a class="icone" href='https://ipsw.me/product/iPhone' target="_parent">
<img class="ipsw" src="../assets/raccourcis/racc/ipsw.png" alt="ipsw">
</a>
<a class="icone" href='https://pdalife.com/' target="_parent">
<img class="pdalife" src="../assets/raccourcis/racc/pdalife.png" alt="pdalife">
</a>
<a class="icone" href='https://cokernutx.com/ipa-library/categories/more.html' target="_parent">
<img class="cokernutx" src="../assets/raccourcis/" alt="cokernutx">
</a>
<a class="icone" href='https://apps.cmacked.com/'>
<img class="cmacked" src="../assets/raccourcis/racc/cmacked.png" alt="cmacked">
</a>
<a class="icone" href='https://ios.codevn.net/'>
<img class="codevn" src="../assets/raccourcis/racc/codevn.svg" alt="codevn">
</a>
<a class="icone" href='https://armconverter.com/decryptedappstore/us'>
<img class="armconverter" src="../assets/raccourcis/racc/armconverter.png" alt="armconverter">
</a>
<a class="icone" href='' target="_parent">
<img class="" src="../assets/raccourcis/" alt="">
</a>
<a class="icone" href='' target="_parent">
<img class="" src="../assets/raccourcis/" alt="">
</a>
<!-- <a class="" href='' target="_parent">
<img class="" src="../assets/raccourcis/" alt="">
</a> -->
</div>
</details>
</div>
@ -147,7 +74,7 @@ https://pixees.fr/informatiquelycee/jbase_intro.html
</li>
</ol>
</div> -->
<br>
<br><br>
<div id="deroulant">
<details close>
<summary>Streaming</summary>
@ -232,9 +159,9 @@ https://pixees.fr/informatiquelycee/jbase_intro.html
<a class="soap2day" href='https://soap2day.id/home' target="_parent">
<img class="soap2day" src="../assets/raccourcis/soap2day.png" alt="soap2day">
</a>
<a class="annulairetelechargement" href='https://www.annuaire-telechargement.club/?search=Wir+sind+die+welle&p=series' target="_parent">
<img class="annulairetelechargement" src="../assets/raccourcis/racc/annulairetelechargement.ico" alt="annulairetelechargement">
</a>
<!-- <a class="" href='' target="_parent">
<img class="" src="../assets/raccourcis/" alt="">
</a> -->
<!-- <a class="" href='' target="_parent">
<img class="" src="../assets/raccourcis/" alt="">
</a> -->
@ -266,45 +193,29 @@ https://pixees.fr/informatiquelycee/jbase_intro.html
<details close>
<summary>DDL</summary>
<div class="sites">
<a class="FilmTelecharger" href='https://ww6.filmtelecharger.net/'
target="_parent">
<img class="FilmTelecharger" src="../assets/raccourcis/"
alt="FilmTelecharger">
<a class="FilmTelecharger" href='https://ww6.filmtelecharger.net/' target="_parent">
<img class="FilmTelecharger" src="../assets/raccourcis/" alt="FilmTelecharger">
</a>
<a class="Free-Telecharger" href='https://www.free-telecharger.net/'
target="_parent">
<img class="Free-Telecharger" src="../assets/raccourcis/"
alt="Free-Telecharger">
<a class="Free-Telecharger" href='https://www.free-telecharger.net/' target="_parent">
<img class="Free-Telecharger" src="../assets/raccourcis/" alt="Free-Telecharger">
</a>
<a class="Extreme-down" href='https://www.extreme-down.blue/'
target="_parent">
<img class="Extreme-down" src="../assets/raccourcis/"
alt="Extreme-down">
<a class="Extreme-down" href='https://www.extreme-down.blue/' target="_parent">
<img class="Extreme-down" src="../assets/raccourcis/" alt="Extreme-down">
</a>
<a class="WawaCity" href='https://www.wawacity.one/'
target="_parent">
<img class="WawaCity" src="../assets/raccourcis/"
alt="WawaCity">
<a class="WawaCity" href='https://www.wawacity.one/' target="_parent">
<img class="WawaCity" src="../assets/raccourcis/" alt="WawaCity">
</a>
<a class="Extreme Down" href='https://www.extreme-down.io/home.html'
target="_parent">
<img class="Extreme Down" src="../assets/raccourcis/"
alt="Extreme Down">
<a class="Extreme Down" href='https://www.extreme-down.io/home.html' target="_parent">
<img class="Extreme Down" src="../assets/raccourcis/" alt="Extreme Down">
</a>
<a class="Zone-Telechar" href='http://www.zone-telechargement.al/'
target="_parent">
<img class="Zone-Telechar" src="../assets/raccourcis/"
alt="Zone-Telechar">
<a class="Zone-Telechar" href='http://www.zone-telechargement.al/' target="_parent">
<img class="Zone-Telechar" src="../assets/raccourcis/" alt="Zone-Telechar">
</a>
<a class="DLLValley" href='http://www.ddlvalley.me/'
target="_parent">
<img class="DLLValley" src="../assets/raccourcis/"
alt="DLLValley">
<a class="DLLValley" href='http://www.ddlvalley.me/' target="_parent">
<img class="DLLValley" src="../assets/raccourcis/" alt="DLLValley">
</a>
<a class="Espace Docs" href='https://espacedocs.blogspot.com/'
target="_parent">
<img class="Espace Docs" src="../assets/raccourcis/"
alt="Espace Docs">
<a class="Espace Docs" href='https://espacedocs.blogspot.com/' target="_parent">
<img class="Espace Docs" src="../assets/raccourcis/" alt="Espace Docs">
</a>
<a class="9DOCU" href='https://9docu.org/' target="_parent">
<img class="9DOCU" src="../assets/raccourcis/" alt="9DOCU">
@ -317,16 +228,11 @@ https://pixees.fr/informatiquelycee/jbase_intro.html
<details close>
<summary>Sport</summary>
<div class="sites">
<a class="Sports Steams Live"
href='https://sports-streams-live.blogspot.com/'
target="_parent">
<img class="Sports Steams Live" src="../assets/raccourcis/"
alt="Sports Steams Live">
<a class="Sports Steams Live" href='https://www.clictune.com/eQuh' target="_parent">
<img class="Sports Steams Live" src="../assets/raccourcis/" alt="Sports Steams Live">
</a>
<a class="StreamonSports" href='https://www.streamonsport09.xyz/'
target="_parent">
<img class="StreamonSports" src="../assets/raccourcis/"
alt="StreamonSports">
<a class="StreamonSports" href='https://www.streamonsport09.xyz/' target="_parent">
<img class="StreamonSports" src="../assets/raccourcis/" alt="StreamonSports">
</a>
<a class="Live TV" href='http://livetv.sx/fr/' target="_parent">
<img class="Live TV" src="../assets/raccourcis/" alt="Live TV">
@ -343,59 +249,38 @@ https://pixees.fr/informatiquelycee/jbase_intro.html
<a class="Atdhes" href='http://atdhes.eu/' target="_parent">
<img class="Atdhes" src="../assets/raccourcis/" alt="Atdhes">
</a>
<a class="Live Soccer TV" href='https://www.livesoccertv.com/'
target="_parent">
<img class="Live Soccer TV" src="../assets/raccourcis/"
alt="Live Soccer TV">
<a class="Live Soccer TV" href='https://www.livesoccertv.com/' target="_parent">
<img class="Live Soccer TV" src="../assets/raccourcis/" alt="Live Soccer TV">
</a>
<a class="Roja Directa" href='http://www.rojadirecta.me/'
target="_parent">
<img class="Roja Directa" src="../assets/raccourcis/"
alt="Roja Directa">
<a class="Roja Directa" href='http://www.rojadirecta.me/' target="_parent">
<img class="Roja Directa" src="../assets/raccourcis/" alt="Roja Directa">
</a>
<a class="VIProw" href='https://www.viprow.net/' target="_parent">
<img class="VIProw" src="../assets/raccourcis/" alt="VIProw">
</a>
<a class="FirstRowSport" href='http://firstrowfr.eu/'
target="_parent">
<img class="FirstRowSport" src="../assets/raccourcis/"
alt="FirstRowSport">
<a class="FirstRowSport" href='http://firstrowfr.eu/' target="_parent">
<img class="FirstRowSport" src="../assets/raccourcis/" alt="FirstRowSport">
</a>
<a class="Sport Lemons" href='http://sportlemons.com/'
target="_parent">
<img class="Sport Lemons" src="../assets/raccourcis/"
alt="Sport Lemons">
<a class="Sport Lemons" href='http://sportlemons.com/' target="_parent">
<img class="Sport Lemons" src="../assets/raccourcis/" alt="Sport Lemons">
</a>
<a class="Stream 2 watch" href='https://www.stream2watch.org/'
target="_parent">
<img class="Stream 2 watch" src="../assets/raccourcis/"
alt="Stream 2 watch">
<a class="Stream 2 watch" href='https://www.stream2watch.org/' target="_parent">
<img class="Stream 2 watch" src="../assets/raccourcis/" alt="Stream 2 watch">
</a>
<a class="StreamSports" href='https://www.streamsports.io/'
target="_parent">
<img class="StreamSports" src="../assets/raccourcis/"
alt="StreamSports">
<a class="StreamSports" href='https://www.streamsports.io/' target="_parent">
<img class="StreamSports" src="../assets/raccourcis/" alt="StreamSports">
</a>
<a class="Sport 365" href='http://www.sport365.live/fr/main'
target="_parent">
<img class="Sport 365" src="../assets/raccourcis/"
alt="Sport 365">
<a class="Sport 365" href='http://www.sport365.live/fr/main' target="_parent">
<img class="Sport 365" src="../assets/raccourcis/" alt="Sport 365">
</a>
<a class="MATCH en DIRECT" href='https://www.matchendirect.fr/'
target="_parent">
<img class="MATCH en DIRECT" src="../assets/raccourcis/"
alt="MATCH en DIRECT">
<a class="MATCH en DIRECT" href='https://www.matchendirect.fr/' target="_parent">
<img class="MATCH en DIRECT" src="../assets/raccourcis/" alt="MATCH en DIRECT">
</a>
<a class="Fullmatch sandshows"
href='https://www.fullmatchesandshows.com/home/'
target="_parent">
<img class="Fullmatch sandshows" src="../assets/raccourcis/"
alt="Fullmatch sandshows">
<a class="Fullmatch sandshows" href='https://www.fullmatchesandshows.com/home/' target="_parent">
<img class="Fullmatch sandshows" src="../assets/raccourcis/" alt="Fullmatch sandshows">
</a>
<a class="StreamsHunters" href='http://streamshunters.com/'
target="_parent">
<img class="StreamsHunters" src="../assets/raccourcis/"
alt="StreamsHunters">
<a class="StreamsHunters" href='http://streamshunters.com/' target="_parent">
<img class="StreamsHunters" src="../assets/raccourcis/" alt="StreamsHunters">
</a>
</div>
</details>
@ -405,10 +290,8 @@ https://pixees.fr/informatiquelycee/jbase_intro.html
<details close>
<summary>TV</summary>
<div class="sites">
<a class="myfree-tivi" href='https://www.myfree-tivi.com/livetv'
target="_parent">
<img class="myfree-tivi" src="../assets/raccourcis/"
alt="myfree-tivi">
<a class="myfree-tivi" href='https://www.myfree-tivi.com/livetv' target="_parent">
<img class="myfree-tivi" src="../assets/raccourcis/" alt="myfree-tivi">
</a>
<a class="Molotov" href='https://www.molotov.tv/' target="_parent">
<img class="Molotov" src="../assets/raccourcis/" alt="Molotov">
@ -422,24 +305,17 @@ https://pixees.fr/informatiquelycee/jbase_intro.html
<a class="RePlay" href='https://www.replay.fr/' target="_parent">
<img class="RePlay" src="../assets/raccourcis/" alt="RePlay">
</a>
<a class="RevoirLaTELE" href='http://www.revoirlatele.com/'
target="_parent">
<img class="RevoirLaTELE" src="../assets/raccourcis/"
alt="RevoirLaTELE">
<a class="RevoirLaTELE" href='http://www.revoirlatele.com/' target="_parent">
<img class="RevoirLaTELE" src="../assets/raccourcis/" alt="RevoirLaTELE">
</a>
<a class="Top Replay" href='https://topreplay.video/'
target="_parent">
<img class="Top Replay" src="../assets/raccourcis/"
alt="Top Replay">
<a class="Top Replay" href='https://topreplay.video/' target="_parent">
<img class="Top Replay" src="../assets/raccourcis/" alt="Top Replay">
</a>
<a class="FranceTV" href='https://www.france.tv/' target="_parent">
<img class="FranceTV" src="../assets/raccourcis/"
alt="FranceTV">
<img class="FranceTV" src="../assets/raccourcis/" alt="FranceTV">
</a>
<a class="Regard direct" href='https://www.regarddirect.fr/'
target="_parent">
<img class="Regard direct" src="../assets/raccourcis/"
alt="Regard direct">
<a class="Regard direct" href='https://www.regarddirect.fr/' target="_parent">
<img class="Regard direct" src="../assets/raccourcis/" alt="Regard direct">
</a>
</div>
</details>
@ -449,94 +325,65 @@ https://pixees.fr/informatiquelycee/jbase_intro.html
<details close>
<summary>Torrent</summary>
<div class="sites">
<a class="Cpasbiens2" href='https://cpasbiens3.fr/'
target="_parent">
<img class="Cpasbiens2" src="../assets/raccourcis/"
alt="Cpasbiens2">
<a class="Cpasbiens2" href='https://www.clictune.com/eQZN' target="_parent">
<img class="Cpasbiens2" src="../assets/raccourcis/" alt="Cpasbiens2">
</a>
<a class="Torrent9" href='https://www.torrent9.site/'
target="_parent">
<img class="Torrent9" src="../assets/raccourcis/"
alt="Torrent9">
<a class="Torrent9" href='https://www.clictune.com/eQKu' target="_parent">
<img class="Torrent9" src="../assets/raccourcis/" alt="Torrent9">
</a>
<a class="Torlock" href='https://www.torlock.com/' target="_parent">
<a class="Torlock" href='https://www.clictune.com/eQKt' target="_parent">
<img class="Torlock" src="../assets/raccourcis/" alt="Torlock">
</a>
<a class="Kikass" href='https://kikass.to/' target="_parent">
<a class="Kikass" href='https://www.clictune.com/eQKF' target="_parent">
<img class="Kikass" src="../assets/raccourcis/" alt="Kikass">
</a>
<a class="Gktorrents" href='https://www.gktorrents.org/'
target="_parent">
<img class="Gktorrents" src="../assets/raccourcis/"
alt="Gktorrents">
<a class="Gktorrents" href='https://www.clictune.com/eQKH' target="_parent">
<img class="Gktorrents" src="../assets/raccourcis/" alt="Gktorrents">
</a>
<a class="Zetorrents" href='https://www.zetorrents.biz/'
target="_parent">
<img class="Zetorrents" src="../assets/raccourcis/"
alt="Zetorrents">
<a class="Zetorrents" href='https://www.clictune.com/eQKI' target="_parent">
<img class="Zetorrents" src="../assets/raccourcis/" alt="Zetorrents">
</a>
<a class="Pcgamestorrents" href='https://pcgamestorrents.com/'
target="_parent">
<img class="Pcgamestorrents" src="../assets/raccourcis/"
alt="Pcgamestorrents">
<a class="Pcgamestorrents" href='https://www.mylink1.biz/eQLl' target="_parent">
<img class="Pcgamestorrents" src="../assets/raccourcis/" alt="Pcgamestorrents">
</a>
<a class="Pirate Bay Multi site" href='https://proxy-bay.page/'
target="_parent">
<img class="Pirate Bay Multi site" src="../assets/raccourcis/"
alt="Pirate Bay Multi site">
<a class="Pirate Bay Multi site" href='https://www.mylink1.biz/ePG0' target="_parent">
<img class="Pirate Bay Multi site" src="../assets/raccourcis/" alt="Pirate Bay Multi site">
</a>
<a class="1337x" href='https://1337x.unblockit.page/'
target="_parent">
<a class="1337x" href='https://www.mylink1.biz/ePFY' target="_parent">
<img class="1337x" src="../assets/raccourcis/" alt="1337x">
</a>
<a class="Eztv" href='https://eztv.unblockit.page/'
target="_parent">
<a class="Eztv" href='https://www.mylink1.biz/ePFV' target="_parent">
<img class="Eztv" src="../assets/raccourcis/" alt="Eztv">
</a>
<a class="Webtor" href='https://webtor.io/#/' target="_parent">
<a class="Webtor" href='https://www.clictune.com/bm9a' target="_parent">
<img class="Webtor" src="../assets/raccourcis/" alt="Webtor">
</a>
<a class="YGGTorrent" href='https://www5.yggtorrent.fi/'
target="_parent">
<img class="YGGTorrent" src="../assets/raccourcis/"
alt="YGGTorrent">
<a class="YGGTorrent" href='https://www.clictune.com/ePHl' target="_parent">
<img class="YGGTorrent" src="../assets/raccourcis/" alt="YGGTorrent">
</a>
<a class="OxTorrent" href='https://oxtorrents.co/' target="_parent">
<img class="OxTorrent" src="../assets/raccourcis/"
alt="OxTorrent">
<a class="OxTorrent" href='https://www.mylink1.biz/ePFT' target="_parent">
<img class="OxTorrent" src="../assets/raccourcis/" alt="OxTorrent">
</a>
<a class="Torrent911" href='https://torrent911z.fr/'
target="_parent">
<img class="Torrent911" src="../assets/raccourcis/"
alt="Torrent911">
<a class="Torrent911" href='https://www.mylink1.biz/ePFS' target="_parent">
<img class="Torrent911" src="../assets/raccourcis/" alt="Torrent911">
</a>
<a class="GamesTorrents" href='https://www.gamestorrents.fm/'
target="_parent">
<img class="GamesTorrents" src="../assets/raccourcis/"
alt="GamesTorrents">
<a class="GamesTorrents" href='https://www.gamestorrents.fm/' target="_parent">
<img class="GamesTorrents" src="../assets/raccourcis/" alt="GamesTorrents">
</a>
<a class="nyAA" href='https://nyaa.si/' target="_parent">
<a class="nyAA" href='https://www.mylink1.biz/ePFa' target="_parent">
<img class="nyAA" src="../assets/raccourcis/" alt="nyAA">
</a>
<a class="Torrentsafe" href='https://www.torrentsafe.com/fr/'
target="_parent">
<img class="Torrentsafe" src="../assets/raccourcis/"
alt="Torrentsafe">
<a class="Torrentsafe" href='http://www.clictune.com/52Nu' target="_parent">
<img class="Torrentsafe" src="../assets/raccourcis/" alt="Torrentsafe">
</a>
<a class="Rarbg"
href='https://proxyrarbg.org/torrents.php?r=27440903'
target="_parent">
<a class="Rarbg" href='https://www.clictune.com/ePES' target="_parent">
<img class="Rarbg" src="../assets/raccourcis/" alt="Rarbg">
</a>
<a class="Torrent2fr" href='https://torrentz2fr.xyz/home/'
target="_parent">
<img class="Torrent2fr" src="../assets/raccourcis/"
alt="Torrent2fr">
<a class="Torrent2fr" href='https://www.mylink1.biz/ePEX' target="_parent">
<img class="Torrent2fr" src="../assets/raccourcis/" alt="Torrent2fr">
</a>
<a class="Limetorrents" href='https://limetorrent.to/'
target="_parent">
<img class="Limetorrents" src="../assets/raccourcis/"
alt="Limetorrents">
<a class="Limetorrents" href='https://www.mylink1.biz/ePF0' target="_parent">
<img class="Limetorrents" src="../assets/raccourcis/" alt="Limetorrents">
</a>
</div>
</details>
@ -546,63 +393,41 @@ https://pixees.fr/informatiquelycee/jbase_intro.html
<details close>
<summary>Ebooks</summary>
<div class="sites">
<a class="Telecharger Magazine"
href='http://telechargemagazine.com/' target="_parent">
<img class="Telecharger Magazine" src="../assets/raccourcis/"
alt="Telecharger Magazine">
<a class="Telecharger Magazine" href='http://telechargemagazine.com/' target="_parent">
<img class="Telecharger Magazine" src="../assets/raccourcis/" alt="Telecharger Magazine">
</a>
<a class="Fourtoutici" href='http://fourtoutici.pro/'
target="_parent">
<img class="Fourtoutici" src="../assets/raccourcis/"
alt="Fourtoutici">
<a class="Fourtoutici" href='http://fourtoutici.pro/' target="_parent">
<img class="Fourtoutici" src="../assets/raccourcis/" alt="Fourtoutici">
</a>
<a class="Zone-Ebook" href='http://zone-ebook.com/'
target="_parent">
<img class="Zone-Ebook" src="../assets/raccourcis/"
alt="Zone-Ebook">
<a class="Zone-Ebook" href='http://zone-ebook.com/' target="_parent">
<img class="Zone-Ebook" src="../assets/raccourcis/" alt="Zone-Ebook">
</a>
<a class="Bookys-Gratuit" href='https://www.bookys-gratuit.com/'
target="_parent">
<img class="Bookys-Gratuit" src="../assets/raccourcis/"
alt="Bookys-Gratuit">
<a class="Bookys-Gratuit" href='https://www.bookys-gratuit.com/' target="_parent">
<img class="Bookys-Gratuit" src="../assets/raccourcis/" alt="Bookys-Gratuit">
</a>
<a class="Ebook-Planete" href='http://www.ebook-planete.org/'
target="_parent">
<img class="Ebook-Planete" src="../assets/raccourcis/"
alt="Ebook-Planete">
<a class="Ebook-Planete" href='http://www.ebook-planete.org/' target="_parent">
<img class="Ebook-Planete" src="../assets/raccourcis/" alt="Ebook-Planete">
</a>
<a class="NosLivres" href='http://noslivres.net/' target="_parent">
<img class="NosLivres" src="../assets/raccourcis/"
alt="NosLivres">
<img class="NosLivres" src="../assets/raccourcis/" alt="NosLivres">
</a>
<a class="JustFreeBooks" href='http://www.justfreebooks.info/'
target="_parent">
<img class="JustFreeBooks" src="../assets/raccourcis/"
alt="JustFreeBooks">
<a class="JustFreeBooks" href='http://www.justfreebooks.info/' target="_parent">
<img class="JustFreeBooks" src="../assets/raccourcis/" alt="JustFreeBooks">
</a>
<a class="Ebooks Gratuits" href='https://www.ebooksgratuits.com/'
target="_parent">
<img class="Ebooks Gratuits" src="../assets/raccourcis/"
alt="Ebooks Gratuits">
<a class="Ebooks Gratuits" href='https://www.ebooksgratuits.com/' target="_parent">
<img class="Ebooks Gratuits" src="../assets/raccourcis/" alt="Ebooks Gratuits">
</a>
<a class="Gutenberg" href='https://www.gutenberg.org/'
target="_parent">
<img class="Gutenberg" src="../assets/raccourcis/"
alt="Gutenberg">
<a class="Gutenberg" href='https://www.gutenberg.org/' target="_parent">
<img class="Gutenberg" src="../assets/raccourcis/" alt="Gutenberg">
</a>
<a class="Abandonware" href='http://abandonware-magazines.org/'
target="_parent">
<img class="Abandonware" src="../assets/raccourcis/"
alt="Abandonware">
<a class="Abandonware" href='http://abandonware-magazines.org/' target="_parent">
<img class="Abandonware" src="../assets/raccourcis/" alt="Abandonware">
</a>
<a class="ManyBooks" href='http://manybooks.net/' target="_parent">
<img class="ManyBooks" src="../assets/raccourcis/"
alt="ManyBooks">
<img class="ManyBooks" src="../assets/raccourcis/" alt="ManyBooks">
</a>
<a class="Absolutecover" href='http://www.absolutecover.net/'
target="_parent">
<img class="Absolutecover" src="../assets/raccourcis/"
alt="Absolutecover">
<a class="Absolutecover" href='http://www.absolutecover.net/' target="_parent">
<img class="Absolutecover" src="../assets/raccourcis/" alt="Absolutecover">
</a>
<a class="Audiobb" href='https://audiobb.com/' target="_parent">
<img class="Audiobb" src="../assets/raccourcis/" alt="Audiobb">
@ -625,8 +450,6 @@ https://pixees.fr/informatiquelycee/jbase_intro.html
</div>
</details>
</div>
</body>
</html>

View File

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Accueil</title>
<link rel="shortcut icon" href="assets/icon2.ico">
<link rel="shortcut icon" href="assets/icon.ico">
<link rel="stylesheet" href="css/style.css">
<script src="js/js.js"></script>
<script>var body = document.getElementsByTagName('body')[0];
@ -107,17 +107,7 @@
<button id="google" onmouseenter='window.location.href="https://google.com"'><img
src="assets/social/google.png" alt="reload" style="width: 75px"></button>
</div>
<br>
<div>
<input id="launchit" type="button" name="startit" value="minuteur" onclick="window.open( 'html/minuteur.html', 'tester',
'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=650,height=650' );">
</div>
</div>
</body>
</html>

View File

@ -1,60 +0,0 @@
var seconds = prompt("Minuteur sur ... ?")*60;
var buttonStart = document.getElementById("start_timer10");
//var timer = null;
function nombredonnee(){
if(seconds == 0){
seconds = 1200
}
}
function secondPassed(){
var minutes = Math.round((seconds - 30) / 60); // (1200 - 30) / 60) = 19.5 //math round permet d'arrondir à 20
var remainingSeconds = seconds % 60; // 500 modulo 60 = 20
if(remainingSeconds < 10) { // 05 min : 56 sec si les secondes son inférieur à 10
remainingSeconds = "0" + remainingSeconds; // on ajoute un 0 en chaine de caratère , en fait c'est une question de format 10 min 5 sec => 10 min 05 sec
}
document.getElementById("countdown10").innerHTML = + minutes + ":" +remainingSeconds ;
if(seconds == 0) { // si var seconds = 0 alors le minuteur est terminé et affiche un message.
clearInterval(startTimer()); // Permet d'annuler une action répétée minutée initiée via un appel à setInterval().
document.getElementById("countdown10").innerHTML = "fin du compte à rebours"; // si les secondes sont = 0 alors affiche "fin du compte à rebours"
}else{
seconds --; // si les secondes ne sont pas à zéro alors on décremente.
}
}
// pour démarrer
function startTimer(){
var countdownTimer = setInterval('secondPassed()',1000); // / l'interval du décompte est de 1000 millisecondes soit 1 seconde. fonction qui lane le timer
}
buttonStart.addEventListener("click",function(){
nombredonnee()
startTimer()
});1200
function toggleFullScreen() {
if (!document.fullscreenElement) {
document.documentElement.requestFullscreen();
} else if (document.exitFullscreen) {
document.exitFullscreen();
}
}
document.addEventListener("keydown", (e) => {
if (e.key === "Enter") {
toggleFullScreen();
}
}, false);