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> | |
| <meta charset="utf-8" /> | |
| <title>Get Tron Account</title> | |
| <script src="https://cdn.skypack.dev/@tatumcom/js"></script> | |
| <script src="./app.js"></script> | |
| </head> | |
| <body> | |
| <div id='form'> |
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> | |
| <meta charset="utf-8" /> | |
| <title>See Any Wallet's ETH Balance</title> | |
| <script type="module" src="https://cdn.skypack.dev/@tatumio/tatum"></script> | |
| </head> | |
| <body> | |
| <h1>See Ethereum Wallet Balance</h1> |
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> | |
| <meta charset="utf-8" /> | |
| <title>Get Energy Prices</title> | |
| </head> | |
| <body> | |
| <div id="form"> | |
| <h2>Calculate Tron Energy Prices</h2> | |
| <button id="fetch">Calculate Prices</button> |
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
| <body class="bg-gray-50"> | |
| <!-- Section Start --> | |
| <section class="section pt-28 pb-20" id="home"> | |
| <div class="mx-10"> | |
| <div class="lg:flex justify-center"> | |
| <div class="text-center"> | |
| <div class="text-center"> | |
| <h1 class="text-4xl font-semibold leading-[50px] tracking-wide text-transparent bg-clip-text bg-gradient-to-l from-pink-400 to-blue-600 mb-10"> | |
| 45 CSS Only Modern Button Styles | |
| </h1> |
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
| <main> | |
| <ul class='slider'> | |
| <li class='item' style="background-image: url('https://cdn.mos.cms.futurecdn.net/dP3N4qnEZ4tCTCLq59iysd.jpg')"> | |
| <div class='content'> | |
| <h2 class='title'>"Lossless Youths"</h2> | |
| <p class='description'> Lorem ipsum, dolor sit amet consectetur | |
| adipisicing elit. Tempore fuga voluptatum, iure corporis inventore | |
| praesentium nisi. Id laboriosam ipsam enim. </p> | |
| <button>Read More</button> | |
| </div> |