This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <b:if cond='data:view.isMultipleItems'> | |
| <b:if cond='data:view.isHomepage'> | |
| <!--[ Homepage title ]--> | |
| <title><data:blog.title.escaped/></title> | |
| <b:elseif cond='data:view.search.query'/> | |
| <!--[ Search title ]--> | |
| <title><data:messages.search/>: <data:view.search.query/></title> | |
| <b:elseif cond='data:view.search.label'/> | |
| <!--[ Label title ]--> | |
| <title><data:blog.pageName.escaped/> - <data:blog.title.escaped/></title> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script type='application/ld+json'> | |
| { | |
| "@context": "https://schema.org/", | |
| "@type": "Book", | |
| "name": "Nama Blog Anda", | |
| "aggregateRating": { | |
| "@type": "AggregateRating", | |
| "ratingValue": "5", | |
| "ratingCount": "Jumlah Ratingnya", | |
| "bestRating": "5", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| y = x % 3600; | |
| jam = x / 3600; | |
| menit = y / 60; | |
| detik = y % 60; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <title>Konversi Waktu Dari Detik</title> | |
| <script type="text/javascript"> | |
| function proses(){ | |
| var x; | |
| x = parseInt(document.getElementById("lbldetk").value); | |
| var y; | |
| var jam; | |
| var menit; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <svg viewBox="0 0 24 24"> | |
| <path d="M16,13C15.71,13 15.38,13 15.03,13.05C16.19,13.89 17,15 17,16.5V19H23V16.5C23,14.17 18.33,13 16,13M8,13C5.67,13 1,14.17 1,16.5V19H15V16.5C15,14.17 10.33,13 8,13M8,11A3,3 0 0,0 11,8A3,3 0 0,0 8,5A3,3 0 0,0 5,8A3,3 0 0,0 8,11M16,11A3,3 0 0,0 19,8A3,3 0 0,0 16,5A3,3 0 0,0 13,8A3,3 0 0,0 16,11Z" /> | |
| </svg> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| svg {width:24px; height:24px} | |
| svg path {fill:#000000} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <i class="fa fa-desktop"></i> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <style> | |
| /* Blogger Sitemap Simple Title Only */ | |
| #sitemap3 .judul {font-size:150%; background-color:#008c5f; color:#fff; font-weight:600; text-align:center; margin-bottom:20px; padding:15px;} | |
| #sitemap3 a {color:#666; text-decoration:none; transition:all .3s ease;} | |
| #sitemap3 a:hover {color:#000;} | |
| #sitemap3 ol {margin:0px; padding:0px;} | |
| #sitemap3 ol li {color:#666; font-weight:400; list-style-type:decimal; margin:0px; padding:10px; line-height:1.5em; -webkit-margin-start:40px !important;} | |
| </style> | |
| <div id="sitemap3">Loading....</div> | |
| <script> //<![CDATA[ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <style> | |
| /* Blogger Sitemap Alphabetically with Letter Heading by igniel.com */ | |
| #sitemap5 {font-size:14px; font-weight:400} | |
| #sitemap5 .judul {font-size:150%; background-color:#008c5f; color:#fff; font-weight:600; text-align:center; margin-bottom:20px; padding:15px;} | |
| #sitemap5 a {color:#666; text-decoration:none; transition:all .3s ease;} | |
| #sitemap5 a:hover {color:#000;} | |
| #sitemap5 .isi .abjad {background-color:#2196f3; color:#fff; padding:10px 15px; font-size:110%; font-weight:600; text-transform:uppercase; position:relative;} | |
| #sitemap5 .isi .abjad #top:before {content:''; width:12px; height:calc(100% - 20px); position:absolute; right:0px; top:0px; padding:10px; cursor:pointer; background:rgba(0,0,0,.2) url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15,20H9V12H4.16L12,4.16L19.84,12H15V20Z' fill='%23fff'/%3E%3C/svg%3E") center / 20px no-repeat;} | |
| #sitemap5 ol, #sitemap5 ol li {list-style-type:none;} | |
| #sitemap5 .nav ol {margin:0px 0px 15px; padding:0px; display:-w |
NewerOlder