Skip to content

Commit b836533

Browse files
committed
deploy
0 parents  commit b836533

File tree

5 files changed

+3327
-0
lines changed

5 files changed

+3327
-0
lines changed

assets/favicon.db74ab0b.ico

4.19 KB
Binary file not shown.

assets/github.12794390.svg

Lines changed: 3 additions & 0 deletions
Loading

assets/index.62d4a41f.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/index.e81c5a10.js

Lines changed: 3303 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width,initial-scale=1.0">
7+
<link rel="icon" href="/vue-advanced-chat/assets/favicon.db74ab0b.ico">
8+
<title>vue-advanced-chat</title>
9+
<link href="https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700" rel="stylesheet">
10+
<script type="module" crossorigin src="/vue-advanced-chat/assets/index.e81c5a10.js"></script>
11+
<link rel="stylesheet" href="/vue-advanced-chat/assets/index.62d4a41f.css">
12+
</head>
13+
<body>
14+
<noscript>
15+
<strong>We're sorry but vue-advanced-chat doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
16+
</noscript>
17+
<div id="app"></div>
18+
19+
</body>
20+
</html>

0 commit comments

Comments
 (0)