mirror of
https://github.com/wassname/talk.git
synced 2026-08-02 13:10:23 +08:00
* feature: use react-axe and fix some a11y issues in stream * fix: adapt snapshots * chore: fix axe warnings in auth and account bundle * chore: improve accessibility in install bundle * chore: add some comments
14 lines
291 B
HTML
14 lines
291 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" />
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
</body>
|
|
</html>
|