1
0
Fork 0
forked from Simnation/Main
Main/resources/[standalone]/screenshot-basic/ui/index.html

16 lines
256 B
HTML
Raw Normal View History

2025-06-07 08:51:21 +02:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Screenshot Helper</title>
<style type="text/css">
* {
background-color: transparent;
}
</style>
</head>
<body>
<div id="app"></div>
</body>
</html>