UNPKG

1.37 kBHTMLView Raw
1<!-- only used for front-end development purposes, under the npm start -->
2<!DOCTYPE html>
3<html>
4 <head>
5 <meta charset="utf-8">
6 <meta http-equiv="X-UA-Compatible" content="IE=edge">
7 <meta name="viewport" content="width=device-width, initial-scale=1">
8 <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
9 <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/bulma/0.5.3/css/bulma.min.css">
10 </head>
11 <body bgcolor="#CCC">
12 <section class="section">
13 <div class="container">
14 <h1 class="title">Examples</h1>
15 <h2 class="subtitle">
16 Check if any of this <strong>examples</strong> fits your needs
17 </h2>
18 </div>
19 </section>
20 <div id="react"></div>
21 <footer class="footer">
22 <div class="container">
23 <div class="content has-text-centered">
24 <p>
25 <strong>React Scroll Area</strong> by Francisco Madeira
26 </p>
27 <p>
28 <a class="icon" href="https://github.com/xico2k">
29 <i class="fa fa-github"></i>
30 </a>
31 </p>
32 </div>
33 </div>
34 </footer>
35 <script src="bundle.js"></script>
36 </body>
37</html>