mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-01 06:02:34 +03:00
16 lines
333 B
HTML
16 lines
333 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>AFFiNE Prototype</title>
|
|
</head>
|
|
<body>
|
|
<ul>
|
|
<li>
|
|
<a href="suite/provider-status.html">Provider status test</a>
|
|
</li>
|
|
</ul>
|
|
</body>
|
|
</html>
|