-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathall-dev-package.html
52 lines (49 loc) · 1.96 KB
/
all-dev-package.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
<!DOCTYPE html>
<html lang="en">
<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">
<link rel="stylesheet" href="assets/css/styles.css">
<!-- You can set your favicon here -->
<link rel="shortcut icon" type="image/x-icon" href="assets/img/favicon.svg">
<title>Run Dnys - all dev package</title>
</head>
<body>
<container class="container">
<nav class="nav">
<img class="logo" src="assets/img/logo.svg" alt="logo">
<ul>
<li><a href="./">Home</a></li>
<li><a href="https://github.com/dnys-dev/run/issues">Issume</a></li>
<li><a href="mailto:daviny@vidal.dev.br">Contact</a></li>
</ul>
</nav>
<section>
<div class="badge">
<img src="https://img.shields.io/badge/Open-Source-brack" alt="label opensource" />
</div>
<div class="idioma" style="text-align: center;">
<p>Home Pages: <a href="./portugues/all-dev-package.html"> Português Brasil</a> | <a href="./espanol/all-dev-package.html"> Español</a></p>
</div>
<div class="conteudo">
<h2>💾 Demo</h2>
<p>Demo script with help text only</p>
<div class="code">
curl $dnys/demo.run | bash
</div>
<h2>🔌 Git, Vscode, Chrome, Insomnia Rest</h2>
<p>Basic script for dev.</p>
<div class="code">
curl $dnys/basic-dev.run | bash
</div>
</div>
</section>
<div class="footer">
<p> (c) 2022 - All rights reserved - Daviny: www.dnys.dev</p>
<p><a href='https://pt.dnys.dev/privacidade/'>Privacy Term</a></p>
<p>*dnys.dev is a domain for personal use.</p>
</div>
</container>
</body>
</html>