Created
January 26, 2016 05:42
-
-
Save khle/0c7295827041b9b86972 to your computer and use it in GitHub Desktop.
CycleSocket Chat index.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0"> | |
| <meta name="description" content="Cycle Socket Chat - khle"/> | |
| <link rel="stylesheet" href="http://fonts.googleapis.com/icon?family=Material+Icons"> | |
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.5/css/materialize.min.css"> | |
| <link href="http://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> | |
| <title>Cycle Socket Chat - khle</title> | |
| </head> | |
| <body> | |
| <div id="app"></div> | |
| <script src="./dist/bundle.js"></script> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment