mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-02-19 15:39:13 -05:00
13 lines
359 B
HTML
13 lines
359 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>AliasVault Offscreen Document</title>
|
|
<!-- The offscreen.html is used for clipboard clearing. It is a hidden document that runs in a hidden context with access to clipboard operations. -->
|
|
</head>
|
|
<body>
|
|
<textarea id="text"></textarea>
|
|
<script src="offscreen.js"></script>
|
|
</body>
|
|
</html>
|