Untitled

mail@pastecode.io avatar
unknown
plain_text
2 years ago
327 B
1
Indexable
Never
<!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>