mirror of
https://github.com/NohamR/Stage-2023.git
synced 2025-05-24 00:49:03 +00:00
13 lines
184 B
HTML
13 lines
184 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Image Links</title>
|
|
</head>
|
|
<body>
|
|
<h1>Image Links</h1>
|
|
<div id="imageContainer"></div>
|
|
|
|
<script src="script.js"></script>
|
|
</body>
|
|
</html>
|