-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (29 loc) · 1.41 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
<html>
<head>
<meta charset="UTF-8">
<title>Gif</title>
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="apple-touch-icon" href="https://giphy.com/static/img/favicon.png">
<link rel="apple-touch-icon" sizes="152x152" href="https://giphy.com/static/img/favicon.png">
<link rel="apple-touch-icon" sizes="180x180" href="https://giphy.com/static/img/favicon.png">
<link rel="apple-touch-icon" sizes="167x167" href="https://giphy.com/static/img/favicon.png">
<link rel="stylesheet" href="css/style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="https://giphy.com/static/img/favicon.png">
</head>
<body>
<div class="container">
<h1 class="title">SHARE YOUR GIF</h1>
<form class="searchForm">
<input type="search" placeholder="Insert your GIF" class="inputSearch">
<button class="submitButton">SEARCH GIF</button>
</form>
</div>
<div class="result">
</div>
<script src="js/script.js"></script>
</body>
</html>