Scripts/resources/[cfx-default]/[local]/screenshot-basic/ui/index.html

16 lines
256 B
HTML
Raw Normal View History

2024-12-29 19:48:41 +00: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>