12 lines
239 B
HTML
12 lines
239 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>A Dumb Chat Application</title>
|
|
<link rel="stylesheet" type="text/css" href="/css/main.css" />
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script src="/js/index.js"></script>
|
|
</body>
|
|
</html>
|