UNPKG

@upendradevsingh/webcore

Version:
61 lines (50 loc) 1.21 kB
<!DOCTYPE html> <html> <head> <title>Webcore - Core Components</title> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> <style> body { color: #434343; } header { padding: 15px 0; } header img { height: 60px } a { color: #434343 } a:hover { text-decoration: none; color: #000 } .carousel-responsive img { width: 100%; height: 320px; padding: 10px; } .carousel-responsive h4 { font-weight: 100; } .carousel-responsive h4>span { padding-top: 10px; display: block } .tool-tip { display: none } </style> </head> <body> <div class="container"> <header> <img src="/logo.png" alt="Web Core" /> </header> <div id="main" class="container"></div> </div> <!-- Scripts --> <script src="/build/bundle.js"></script> </body> </html>