UNPKG

live_montier

Version:
105 lines (88 loc) 4.05 kB
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>my blog</title> <base href="/"> <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Expires" content="0"> <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport"> <meta name="author" content="Anil Kumar Dyavanpalli || www.javascriptsoldier.com"> <meta name="author" content="iam@javascriptsoldier.com || javascriptsoldier@gmail.com"> <script src="https://apis.google.com/js/platform.js" async defer></script> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> <link href="https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet"> <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/daterangepicker/daterangepicker.css" /> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic"> <link rel="icon" type="image/x-icon" href="favicon.ico"> <!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.1.4/Chart.bundle.min.js"> --> <!-- link for summernote editor --> <!-- image preview --> <link href="http://cdnjs.cloudflare.com/ajax/libs/summernote/0.8.11/summernote.css" rel="stylesheet"> <script src="assets/scripts/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.5.0/Chart.bundle.min.js"></script> <script async defer src="https://apis.google.com/js/platform.js"></script> <script async defer src="https://apis.google.com/js/api.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.16/webfont.js"></script> <!-- Start of Async Drift Code --> <!-- End of Async Drift Code --> <script> WebFont.load({ google: { "families": ["Poppins:300,400,500,600,700", "Roboto:300,400,500,600,700"] }, active: function () { sessionStorage.fonts = true; } }); </script> <!-- <script type="text/javascript" src="https://cdn.jsdelivr.net/momentjs/latest/moment.min.js"></script> <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/daterangepicker/daterangepicker.min.js"></script> --> <!-- <script type="text/javascript"> $(window).click(function () { $('.navbar-collapse').collapse('hide'); }); $(document).ready(function () { $("#myFormAddAccount").multiStepForm({ // defaultStep:0, callback: function () { console.log("save"); } }).navigateTo(0); $("#stepOneT").click(function (e) { $(".step").removeClass("active"); $("#stepTwoT").addClass("active"); $(".tab").hide(); $(".tab-two").show(); }); $("#stepTwoT").click(function (e) { $(".step").removeClass("active"); $("#stepThreeT").addClass("active"); $(".tab").hide(); $(".tab-three").show(); }); $("#stepThreeT").click(function (e) { $(".step").removeClass("active"); $("#stepFourT").addClass("active"); $(".tab").hide(); $(".tab-four").show(); }); $("#stepFourT").click(function (e) { $(".step").removeClass("active"); $("#stepOneT").addClass("active"); $(".tab").hide(); $(".tab-one").show(); }); }); </script> --> <!-- <script src="../src/assets/scripts/multi-form.js"></script> --> </head> <body> <app-root>loading...</app-root> </body> </html>