ray/webui/client/index.html

11 lines
215 B
HTML
Raw Normal View History

<head>
<title>Ray UI</title>
</head>
<link rel=stylesheet type=text/css href="/static/rayui.css">
<body>
<div id="mount-point"></div>
<script src="/public/bundle.js" type="text/javascript"></script>
</body>