deployment-talks/chat-app/static/index.html

11 lines
172 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<title>A Dumb Chat Application</title>
</head>
<body>
<div id="app"></div>
<script src="/js/index.js"></script>
</body>
</html>