| Server IP : 104.21.21.239 / Your IP : 216.73.216.191 Web Server : Apache/2.4.68 (Amazon Linux) OpenSSL/3.5.5 System : Linux ip-172-31-69-123.ec2.internal 6.1.176-223.369.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jul 24 13:34:27 UTC 2026 x86_64 User : ec2-user ( 1000) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/home2/cgny/public_html/familyfun/Package-HTML/Canvas 7 Files/ |
Upload File : |
<!DOCTYPE html> <html dir="ltr" lang="en-US"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta http-equiv="x-ua-compatible" content="IE=edge"> <meta name="author" content="SemiColonWeb"> <meta name="description" content="Get Canvas to build powerful websites easily with the Highly Customizable & Best Selling Bootstrap Template, today."> <!-- Font Imports --> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=PT+Serif:ital@0;1&display=swap" rel="stylesheet"> <!-- Core Style --> <link rel="stylesheet" href="style.css"> <!-- Font Icons --> <link rel="stylesheet" href="css/font-icons.css"> <!-- Custom CSS --> <link rel="stylesheet" href="css/custom.css"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Document Title ============================================= --> <title>Pricing | Canvas</title> </head> <body class="stretched"> <!-- Document Wrapper ============================================= --> <div id="wrapper"> <!-- Content ============================================= --> <section id="content"> <div class="content-wrap"> <div class="container"> <h3 class="text-center mb-5">Pricing Table Select</h3> <div class="row justify-content-center"> <div class="col-md-9"> <table class="table"> <thead class="thead-light"> <tr> <th scope="col">Plan</th> <th scope="col">Speed</th> <th scope="col">Users</th> <th scope="col">Price</th> <th scope="col"></th> </tr> </thead> <tbody> <tr> <td>Basic</td> <td>20MB/s</td> <td>100 Users</td> <td>$5</td> <td><input class="form-check-input" type="radio" name="price" id="paln-basic" value="Basic" checked></td> </tr> <tr> <td>Personal</td> <td>50MB/s</td> <td>200 Users</td> <td>$10</td> <td><input class="form-check-input" type="radio" name="price" id="paln-personal" value="Personal"></td> </tr> <tr> <td>Professional</td> <td>100MB/s</td> <td>500 Users</td> <td>$20</td> <td><input class="form-check-input" type="radio" name="price" id="paln-professional" value="Professional"></td> </tr> <tr> <td>Business</td> <td>200MB/s</td> <td>1000 Users</td> <td>$35</td> <td><input class="form-check-input" type="radio" name="price" id="paln-business" value="Business"></td> </tr> <tr class="border-bottom"> <td>Enterprise</td> <td>300MB/s</td> <td>Unlimited</td> <td>$40</td> <td><input class="form-check-input" type="radio" name="price" id="paln-enterprise" value="Enterprise"></td> </tr> </tbody> </table> <div class="d-flex justify-content-end"> <a href="#" class="btn btn-dark">Get Started <i class="bi-arrow-right"></i></a> </div> </div> </div> </div> </div> </section><!-- #content end --> </div><!-- #wrapper end --> <!-- Go To Top ============================================= --> <div id="gotoTop" class="uil uil-angle-up"></div> <!-- JavaScripts ============================================= --> <script src="js/functions.js"></script> </body> </html>