You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <html>
- <head>
- <base href="/" />
- <title>Scotch Todo</title>
- <!--Stylesheet-->
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" >
- <link rel="stylesheet" href="style.css">
- </head>
- <body>
- <!--Container for React rendering-->
- <div class="container">
- <div class="col-md-4 col-md-offset-4">
- <div id="container"></div>
- </div>
- </div>
- <!--Bundled file-->
- <script src="bundle.js"></script>
- </body>
- </html>
|