notegraf-web 0.1.1

The reference web frontend of Notegraf
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!doctype html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="referrer" content="no-referrer">
    <meta name="notegraf-sso-signout" content="">
    <title>Notegraf</title>
</head>
<body>
<div id="app"></div>
<script src="./index.tsx" type="module"></script>
</body>
</html>