-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbusca.html
68 lines (64 loc) · 3.42 KB
/
busca.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!--
><(((('>
╔═╗╔═╗╔═╗╔╗╔ ╔╦╗╔═╗
║ ╦║╣ ╠═╣║║║ ║║║║╣
╚═╝╚═╝╩ ╩╝╚╝o╩ ╩╚═╝
-->
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>GEAN Busca</title>
<meta name="description" content="O GEAN Busca é um serviço de pesquisa que proporciona o fácil acesso à informação." />
<meta property="og:locale" content="pt_BR" />
<meta property="og:url" content="https://geanramos.com.br/busca.html" />
<meta property="og:title" content="GEAN Busca" />
<meta property="og:site_name" content="GEAN Busca" />
<meta property="og:description" content="O GEAN Busca é um serviço de pesquisa que proporciona o fácil acesso à informação." />
<meta property="og:image" content="https://i1.wp.com/rockcontent.com/br/wp-content/uploads/sites/2/2019/05/site-de-busca.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="GEAN Busca" />
<meta name="twitter:title" content="GEAN Busca" />
<meta name="twitter:description" content="O GEAN Busca é um serviço de pesquisa que proporciona o fácil acesso à informação." />
<meta name="twitter:image" content="https://i1.wp.com/rockcontent.com/br/wp-content/uploads/sites/2/2019/05/site-de-busca.png" />
<link rel="shortcut icon" href="https://geanramos.com.br/favicon.ico" />
<link rel="apple-touch-icon" href="https://i1.wp.com/cdn.jsdelivr.net/gh/geanramos/files/logo/7.png" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/geanramos/files/style-busca.css?v=2" />
<script async src="https://cse.google.com/cse.js?cx=partner-pub-1416126749136213:1015486489">
<style> .fa-magnifying-glass:before, .fa-search:before { content: "\f002"; color: #fff; } </style>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TZBPFV014K"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-TZBPFV014K");
</script>
</head>
<body>
<h1 id="title" class="font-zero">GEAN Busca</h1>
<div id="home" class="container uol">
<section class="main">
<h1 class="font-zero">Encontre o que você procura</h1>
<img style="height: 60px;" src="https://i1.wp.com/cdn.jsdelivr.net/gh/geanramos/files/logo/7.png?resize=250,64" alt="GEAN Busca" title="GEAN Busca" class="logo" />
<div class="search">
<form action="https://geanramos.com.br/search.html" method="get" id="search-form" accept-charset="utf-8">
<div class="box">
<input type="search" id="q" name="q" title="Digite o que deseja encontrar" required="required" />
<button class="fa-solid fa-magnifying-glass"></button>
</div>
</form>
<!--<div class="gcse-searchbox-only"></div>-->
<div class="powered"><span>Powered by</span><img src="https://i1.wp.com/www.google.com.br/images/branding/googlelogo/2x/googlelogo_color_92x30dp.png?resize=40,13" title="Powered by Google" alt="Powered by Google" /></div>
</div>
</section>
</div>
<footer>© 2004 - <span id="footer-date"></span> Gean Ramos - O melhor conteúdo.<span class="hide-sm"> - Todos os direitos reservados</span></footer>
<script>
document.querySelector("#footer-date").innerText = new Date().getFullYear();
</script>
</body>
</html>