Skip to content

Instantly share code, notes, and snippets.

@khle
Created January 26, 2016 05:42
Show Gist options
  • Select an option

  • Save khle/0c7295827041b9b86972 to your computer and use it in GitHub Desktop.

Select an option

Save khle/0c7295827041b9b86972 to your computer and use it in GitHub Desktop.
CycleSocket Chat index.html
<!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