mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-09 09:35:02 +09:00
19 lines
No EOL
449 B
HTML
19 lines
No EOL
449 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
|
<title>Anytype</title>
|
|
|
|
<script src="./polyfill.js" type="text/javascript"></script>
|
|
|
|
<script type="text/javascript">
|
|
let onload = function () {
|
|
RendererEvents.dataPath(null, '/');
|
|
};
|
|
</script>
|
|
</head>
|
|
<body onload="onload();">
|
|
<div id="root"></div>
|
|
<script src="./run.js" type="text/javascript"></script>
|
|
</body>
|
|
</html> |