16 lines
563 B
HTML
16 lines
563 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, user-scalable=0" />
|
|
<title>GoChat</title>
|
|
<link rel="icon" type="image/png" href="/favicon-32x32.png" />
|
|
<script src="/runtime-config.js"></script>
|
|
</head>
|
|
<body class="text-slate-600">
|
|
<div id="app"></div>
|
|
<noscript id="noscript">This app works best with JavaScript enabled.</noscript>
|
|
<script type="module" src="/app/javascript/entrypoints/dashboard.js"></script>
|
|
</body>
|
|
</html>
|