2020-06-13 01:50:19 +00:00
<!DOCTYPE html>
2019-11-16 11:41:30 +00:00
< html lang = "en" >
< head >
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0" >
< meta http-equiv = "X-UA-Compatible" content = "ie=edge" >
< title > Flutter InAppBrowser< / title >
< link rel = "stylesheet" href = "https://getbootstrap.com/docs/4.3/dist/css/bootstrap.min.css" >
< link rel = "stylesheet" href = "css/style.css" >
< script src = "https://code.jquery.com/jquery-3.3.1.min.js" > < / script >
< / head >
< body class = "text-center" >
< div class = "cover-container d-flex w-100 h-100 p-3 mx-auto flex-column" >
< header class = "masthead mb-auto" >
< div class = "inner" >
< h3 class = "masthead-brand" > Flutter InAppBrowser< / h3 >
< nav class = "nav nav-masthead justify-content-center" >
< a class = "nav-link" href = "index.html" > Home< / a >
< a class = "nav-link active" href = "page-1.html" > Page 1< / a >
< a class = "nav-link" href = "page-2.html" > Page 2< / a >
< / nav >
< / div >
< / header >
< main role = "main" class = "inner cover" >
< h1 class = "cover-heading" > Page 1< / h1 >
< p class = "lead" > Cover is a one-page template for building simple and beautiful home pages. Download, edit the text, and add your own fullscreen background photo to make it your own.< / p >
< p class = "lead" >
< a href = "#" class = "btn btn-lg btn-secondary" > Learn more< / a >
< / p >
< / main >
< footer class = "mastfoot mt-auto" >
< div class = "inner" >
< p > Cover template for < a href = "https://getbootstrap.com/" > Bootstrap< / a > , by < a href = "https://twitter.com/mdo" > @mdo< / a > .< / p >
< / div >
< / footer >
< / div >
< / body >
< / html >