OSDN Git Service

[Develop and Manual Test] show help with websocket
[eos/zephyr.git] / front-end / dist / index.html
1 <!DOCTYPE html>
2 <html>
3   <head lang="en">
4     <meta charset="UTF-8">
5     <title>Zephyr</title>
6     <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Open+Sans" />
7     <link rel="stylesheet" href="./css/style.css">
8   </head>
9   <body ng-app="zephyr">
10       <ui-view></ui-view>
11     <script src="/socket.io/socket.io.js"></script>
12     <script src="./bundle.js"></script>
13   </body>
14 </html>