Untitled
unknown
plain_text
3 years ago
327 B
7
Indexable
<!DOCTYPE html>
<html>
<head>
<title>Random Image Generator</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="container">
<img id="randomImage">
<button onclick="generateImage()">Generate Random Image</button>
</div>
<script src="script.js"></script>
</body>
</html>
Editor is loading...