mirror of
https://github.com/gamaio/lobli.git
synced 2024-12-22 19:52:40 +00:00
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>
|