-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (24 loc) · 1.02 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>interface</title>
<link rel="stylesheet" href="uta/margem_estilo.css">
<link rel="stylesheet" href="uta/barra_search.css">
<link rel="stylesheet" href="uta/app_web_styles.css">
</head>
<body>
<img class="logo_app" src="logo.png">
<form formaction method="get" ="https://www.google.com">
<input type="search" from="barra" placeholder="💜 search..." id="BARApesquisa">
<button id="barra">pesquisa</button>
</form>
<div class="webapps">
<a href="https://www.redditinc.com/"><img class="reddit_app" src="appsimg/reddit_app_web_log.svg"></a>
<a href="https://m.youtube.com/"><img class="youtube_app" src="appsimg/youtube_app_web_log.png"></a>
<a href="https://m.facebook.com/home.php"><img class="facebook_app"src="appsimg/facebook_app_web_log.png"></a>
<a href="https://br.pinterest.com/"><img class="pinterest_app"src="appsimg/pinterest_app_web_log.png"</a>
</div>
</body>
</html>