Scripts/resources/[qb]/[qb_extras]/qb-camera/html/index.html

16 lines
338 B
HTML
Raw Normal View History

2024-12-29 20:07:50 +00:00
<!DOCTYPE html>
<html>
<head>
<title>qb-camera polaroid</title>
<link rel="stylesheet" href="style.css" />
</head>
<body id="body" style="display: none">
<div class="polaroid">
<img id="image" />
<h1 id="title"></h1>
<p id="date"></p>
</div>
<script src="script.js"></script>
</body>
</html>