Commit fe8aa52 1 parent fccbe70 commit fe8aa52 Copy full SHA for fe8aa52
File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2
2
< head >
3
3
< meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 ">
4
4
< meta charset ="UTF-8 ">
5
- < meta http-equiv ="last-modified " content ="Sun, 13 Oct 2024 16:10 :00 GMT+02:00 ">
5
+ < meta http-equiv ="last-modified " content ="Sun, 13 Oct 2024 16:30 :00 GMT+02:00 ">
6
6
< link rel ="preconnect " href ="https://cdnjs.cloudflare.com ">
7
7
< title > Java Versions Cheat Sheet</ title >
8
8
< meta name ="author " content ="Andrea Binello ">
20
20
< link rel ="canonical " href ="https://andbin.github.io/java-versions-cheat-sheet/ ">
21
21
< link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.2.3/css/bootstrap.min.css " integrity ="sha512-SbiR/eusphKoMVVXysTKG/7VseWii+Y3FdHrt0EpKgpToZeemhqHeZeLWLhJutz/2ut2Vw1uQEj2MbRF+TVBUA== " crossorigin ="anonymous " referrerpolicy ="no-referrer ">
22
22
< link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css " integrity ="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A== " crossorigin ="anonymous " referrerpolicy ="no-referrer ">
23
- < link rel ="stylesheet " href ="fonts/roboto.css?v=2410131610 ">
24
- < link rel ="stylesheet " href ="styles.css?v=2410131610 ">
23
+ < link rel ="stylesheet " href ="fonts/roboto.css?v=2410131630 ">
24
+ < link rel ="stylesheet " href ="styles.css?v=2410131630 ">
25
25
</ head >
26
26
< body >
27
27
< div class ="container ">
@@ -1362,5 +1362,5 @@ <h5 class="card-header">Java 26 / Java SE 26</h5>
1362
1362
</ div >
1363
1363
< div class ="pt-3 mb-3 border-top border-2 border-secondary-subtle text-center "> < a rel ="license " href ="https://creativecommons.org/licenses/by-sa/4.0/ "> < img decoding ="async " loading ="lazy " src ="images/cc-by-sa.svg " class ="jv-cc-banner " alt ="Creative Commons Attribution-ShareAlike License " title ="Creative Commons Attribution-ShareAlike License "> </ a > </ div >
1364
1364
</ footer >
1365
- </ div > < button type ="button " id ="scrolltop " data-bs-placement ="left " title ="Scroll to top "> < i class ="fa-solid fa-turn-up " aria-hidden ="true "> </ i > </ button > < script src ="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.slim.min.js " integrity ="sha512-sNylduh9fqpYUK5OYXWcBleGzbZInWj8yCJAU57r1dpSK9tP2ghf/SRYCMj+KsslFkCOt3TvJrX2AV/Gc3wOqA== " crossorigin ="anonymous " referrerpolicy ="no-referrer "> </ script > < script src ="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.2.3/js/bootstrap.bundle.min.js " integrity ="sha512-i9cEfJwUwViEPFKdC1enz4ZRGBj8YQo6QByFTF92YXHi7waCqyexvRD75S5NVTsSiTv7rKWqG9Y5eFxmRsOn0A== " crossorigin ="anonymous " referrerpolicy ="no-referrer "> </ script > < script src ="script.js?v=2410131610 "> </ script > </ body >
1365
+ </ div > < button type ="button " id ="scrolltop " data-bs-placement ="left " title ="Scroll to top "> < i class ="fa-solid fa-turn-up " aria-hidden ="true "> </ i > </ button > < script src ="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.slim.min.js " integrity ="sha512-sNylduh9fqpYUK5OYXWcBleGzbZInWj8yCJAU57r1dpSK9tP2ghf/SRYCMj+KsslFkCOt3TvJrX2AV/Gc3wOqA== " crossorigin ="anonymous " referrerpolicy ="no-referrer "> </ script > < script src ="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.2.3/js/bootstrap.bundle.min.js " integrity ="sha512-i9cEfJwUwViEPFKdC1enz4ZRGBj8YQo6QByFTF92YXHi7waCqyexvRD75S5NVTsSiTv7rKWqG9Y5eFxmRsOn0A== " crossorigin ="anonymous " referrerpolicy ="no-referrer "> </ script > < script src ="script.js?v=2410131630 "> </ script > </ body >
1366
1366
</ html >
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ th { font-weight: 500; }
4
4
thead th { line-height : 1.1em ; }
5
5
a : hover { color : # ff1e56 ; }
6
6
footer .fa-li i { font-size : 110% ; vertical-align : -5% ; }
7
+ .badge { cursor : default; }
7
8
.card { border-color : # 222 ; }
8
9
.card .jv-resources span { padding-left : 0.18em ; padding-right : 0.18em ; }
9
10
.card ul { list-style : disc; margin-bottom : 0 ; }
You can’t perform that action at this time.
0 commit comments