50projects50days/random-image-generator/index.html

16 lines
387 B
HTML
Raw Permalink Normal View History

2020-10-20 17:20:03 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>Random Image Feed</title>
</head>
<body>
<h1 class="title">Random Image Feed</h1>
2020-10-20 17:20:03 +00:00
<div class="container"></div>
<script src="script.js"></script>
</body>
</html>