github.com/jgarto/itcv@v0.0.0-20180826224514-4eea09c1aa0d/examples/sites/examplesshowcase/index.html (about) 1 <!doctype html> 2 <html lang="en"> 3 <head> 4 <meta charset="utf-8"> 5 <meta http-equiv="X-UA-Compatible" content="IE=edge"> 6 <meta name="viewport" content="width=device-width, initial-scale=1"> 7 <title>GopherJS React Test</title> 8 9 <link rel="icon" href="../common/favicon.ico"> 10 11 <!-- Bootstrap --> 12 <script src="../common/jquery/jquery.min.js"></script> 13 <link rel="stylesheet" href="../common/bootstrap/bootstrap.min.css"> 14 <link rel="stylesheet" href="../common/bootstrap/bootstrap-theme.min.css"> 15 <script src="../common/bootstrap/bootstrap.min.js"></script> 16 <!-- Bootstrap --> 17 18 <style> 19 body { 20 padding-top: 50px; 21 } 22 .starter-template { 23 } 24 .panel.with-nav-tabs .panel-heading{ 25 padding: 5px 5px 0 5px; 26 } 27 .panel.with-nav-tabs .nav-tabs{ 28 border-bottom: none; 29 } 30 .panel.with-nav-tabs .nav-justified{ 31 margin-bottom: -1px; 32 } 33 </style> 34 35 <link rel="stylesheet" href="../common/gh-fork-ribbon.min.css" /> 36 </head> 37 <body> 38 <a class="github-fork-ribbon right-top" target="_blank" href="https://github.com/myitcv/react/blob/master/examples/sites/examplesshowcase/app.go" title="Source on GitHub">Source on GitHub</a> 39 <div id="app"></div> 40 <script src="examplesshowcase.js"></script> 41 </body> 42 </html> 43