mirror of
https://github.com/wassname/talk.git
synced 2026-07-12 16:04:41 +08:00
6da97c57d7
* chore: rename talk to coral * fix: lint and unit tests * fix: snapshot
14 lines
309 B
HTML
14 lines
309 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Coral - Install</title>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
|
|
<meta name="viewport" content="width=device-width, user-scalable=no" />
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
</body>
|
|
</html>
|