-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (30 loc) · 1.26 KB
/
Copy pathindex.html
File metadata and controls
30 lines (30 loc) · 1.26 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/index.css">
<title>CoinMarketCap - Clone</title>
</head>
<body onload="">
<div class="container">
<div id="privacy">
<H1>CoinMarketCap</H1>
<h2>Aviso: Para visualizar este site você precisará<br/>
instalar e ativar esta extensão no seu navegador:<br/>
<a id="extension"
href="https://chrome.google.com/webstore/detail/moesif-origin-cors-change/digfbfaphojjndkpccljibejjbppifbc?hl=pt-BR/"
target="_blank">
Moesif Origin & CORS Changer</a><br/>
Por conta disto, os dados das criptomoedas<br/>
só poderão ser visualizados em um desktop.</h2>
<br/>
<p>Nós usamos cookies para melhorar a experiência do usuário.<br/>
Ao continuar você indica concordar com nossa <b>política de privacidade</b>.
</p>
<button onclick="openPage()">Aceito</button>
</div>
</div>
<script type="text/javascript" src="js/index.js"></script>
</body>
</html>