File tree Expand file tree Collapse file tree 2 files changed +88
-0
lines changed Expand file tree Collapse file tree 2 files changed +88
-0
lines changed Original file line number Diff line number Diff line change 1+ <!doctype html>
2+ < html >
3+ < head >
4+ < meta charset ="utf-8 ">
5+ < title > react-range-step-input</ title >
6+
7+ < link rel ="stylesheet " href ="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css " integrity ="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO " crossorigin ="anonymous ">
8+ < script src ="https://code.jquery.com/jquery-3.3.1.slim.min.js " integrity ="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo " crossorigin ="anonymous "> </ script >
9+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js " integrity ="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49 " crossorigin ="anonymous "> </ script >
10+ < script src ="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js " integrity ="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy " crossorigin ="anonymous "> </ script >
11+ < link rel ="shortcut icon " href ="img/moon.png ">
12+ < script src ="js/bundle.js "> </ script >
13+ </ head >
14+ < body >
15+ < nav class ="navbar navbar-expand-lg navbar-light bg-faded ">
16+ < button class ="navbar-toggler navbar-toggler-right " type ="button " data-toggle ="collapse " data-target ="#navbarSupportedContent " aria-controls ="navbarSupportedContent " aria-expanded ="false " aria-label ="Toggle navigation ">
17+ < span class ="navbar-toggler-icon "> </ span >
18+ </ button >
19+ < a class ="navbar-brand " href ="# "> react-range-step-input</ a >
20+
21+ < div class ="collapse navbar-collapse " id ="navbarSupportedContent ">
22+ < ul class ="navbar-nav mr-auto ">
23+ < li class ="nav-item ">
24+ < a class ="nav-link " href ="https://github.com/nikolas/react-range-step-input "> github</ a >
25+ </ li >
26+ </ ul >
27+ </ div >
28+ </ nav >
29+
30+ < div class ="container ">
31+ < h1 > react-range-step-input</ h1 >
32+ < div id ="react-container "> </ div >
33+ </ div >
34+ </ body >
35+ </ html >
You can’t perform that action at this time.
0 commit comments