2024-09-30 01:49:30 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<title>A Dumb Chat Application</title>
|
2024-10-05 02:57:21 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="/css/main.css" />
|
2024-09-30 01:49:30 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2024-10-01 01:58:44 +00:00
|
|
|
<div id="app"></div>
|
|
|
|
<script src="/js/index.js"></script>
|
2024-09-30 01:49:30 +00:00
|
|
|
</body>
|
|
|
|
</html>
|