-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (31 loc) · 1.61 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
40
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Exemplo</title>
<style>
code {
font-family: Consolas, "courier new";
color: rgb(16, 180, 195);
background-color: #f1f1f1;
padding: 2px;
font-size: 105%;
}
</style>
</head>
<body>
<h1>botão para visitar página do github</h1>
<br>
<h2>Exemplo do modelo 3</h2>
<br>
<h4>#MinhaPrimeiraAPI</h4>
<p><code>
<span class="hljs-tag"><<span class="hljs-name">BotaoVisitaGithub</span> <span class="hljs-attr">model</span>=<span class="hljs-string">"modelo3"</span> <span class="hljs-attr">link</span>=<span class="hljs-string">"#/LINK_AQUI"</span>></span><span class="hljs-tag"></<span class="hljs-name">BotaoVisitaGithub</span>></span><br>
<span class="hljs-tag"><<span class="hljs-name">script</span> <span class="hljs-attr">src</span>=<span class="hljs-string">"https://cdn.jsdelivr.net/gh/LucasATS/BotaoVisitaGithub@5543a67f6227cb9bdb380625b51983b56a10c9ba/BotaoVisitaGithub.js"</span>></span><span class="undefined"></span><span class="hljs-tag"></<span class="hljs-name">script</span>></span>
</code></p>
<BotaoVisitaGithub model="modelo3" link="https://github.com/LucasATS/BotaoVisitaGithub"></BotaoVisitaGithub>
<script src="https://cdn.jsdelivr.net/gh/LucasATS/BotaoVisitaGithub@5543a67f6227cb9bdb380625b51983b56a10c9ba/BotaoVisitaGithub.js"></script>
</body>
</html>