chore(release): components

This commit is contained in:
StandardNotes CI
2022-06-23 22:17:03 +00:00
parent a3a0952e68
commit 23e9a5b511
8 changed files with 16905 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<html>
<link rel="stylesheet" type="text/css" href="dist.css">
<title>FileSafe</title>
<body class="sn-component">
<script>
// In the desktop version, it will use this default value:
window.default_fs_relay_server_url = window.default_fs_relay_server_url || "https://filesafe.standardnotes.org";
</script>
<script type="text/javascript" src="dist.js"></script>
</body>
</html>