mirror of
https://github.com/gamaio/lobli.git
synced 2024-12-22 11:42:40 +00:00
e395ac49e8
Untested with the API
12 lines
236 B
HTML
12 lines
236 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>lobli background</title>
|
|
<script src="js/background.js"></script>
|
|
<script src="js/contextmenu.js"></script>
|
|
</head>
|
|
<body>
|
|
<textarea id="clipboard"></textarea>
|
|
</body>
|
|
</html>
|