1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-09 09:35:02 +09:00
anytype-ts/dist/index.web.html
Andrew Simachev 35ced9420a web version
2022-01-22 15:09:11 +03:00

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>