-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (33 loc) · 1.17 KB
/
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
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<title></title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="style.css" rel="stylesheet" />
</head>
<body>
<div class="parent">
<h1>Yaks Photo Gallery Application</h1>
<form action="">
<input type="text" name="searc" placeholder="search" id="input" />
<input id="submit" type="submit" value="search" />
</form>
<div class="grid"></div>
</div>
<!-- <script
src="https://cdnjs.cloudflare.com/ajax/libs/axios/0.24.0/axios.min.js"
integrity="sha512-u9akINsQsAkG9xjc1cnGF4zw5TFDwkxuc9vUp5dltDWYCSmyd0meygbvgXrlc/z7/o4a19Fb5V0OUE58J7dcyw=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script> -->
<script
src="https://cdnjs.cloudflare.com/ajax/libs/axios/1.3.6/axios.min.js"
integrity="sha512-06NZg89vaTNvnFgFTqi/dJKFadQ6FIglD6Yg1HHWAUtVFFoXli9BZL4q4EO1UTKpOfCfW5ws2Z6gw49Swsilsg=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>
<script src="https://cdn.jsdelivr.net/npm/macy@2"></script>
<script src="index.js"></script>
</body>
</html>