-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (27 loc) · 943 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Unsplash</title>
<link rel="shortcut icon" href="https://unsplash.com/assets/core/logo-black-df2168ed0c378fa5506b1816e75eb379d06cfcd0af01e07a2eb813ae9b5d7405.svg" type="image/x-icon">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
<link rel="stylesheet" href="/images.css">
<link rel="stylesheet" href="/navbar.css">
<!-- <script src="https://unpkg.com/lodash@4.17.20"></script> -->
</head>
<body>
<div id="navbar">
</div>
<div class="home_image">
<div>
<h1>Unsplash</h1>
<input type="text" placeholder="Search free high-resolution photos" id="searchAtHome">
</div>
</div>
<div id="images">
</div>
</body>
</html>
<script type="module" src="/src/index.js" ></script>
<!-- <script src="main.js"> -->
<!-- </script> -->