Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
opiran-club authored Aug 21, 2024
1 parent 32d5272 commit 2a6cb60
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}

header, footer {
background-color: #333;
background-color: #444;
color: #fff;
padding: 1rem;
text-align: center;
Expand All @@ -31,7 +31,7 @@
}

h1, h2, h3 {
color: #333;
color: #222;
}

pre {
Expand All @@ -50,7 +50,7 @@
}

.instruction {
background-color: #ffeb3b;
background-color: #ffffe0;
padding: 1rem;
border-radius: 5px;
font-weight: bold;
Expand Down Expand Up @@ -100,14 +100,14 @@ <h1>Zabbix Dashboard Installation Guide</h1>
<main>
<section class="instruction">
<h2>‼️ INSTRUCTION ‼️</h2>
<h3>👉 Debian base VM </h3>
<h3>👉 With root user</h3>
<pre><code>bash &lt;(curl -s https://raw.githubusercontent.com/opiran-club/Zabbix/main/install/server.sh --ipv4)</code></pre>
<p><a href="https://www.zabbix.com/documentation/current/en/manual" target="_blank">Zabbic official documents manual</a></p>
<p><a href="https://www.zabbix.com/documentation/current/en/manual" target="_blank">Zabbix official documents manual</a></p>
</section>

<section>
<h3>After finishing the installer, navigate to</h3>
<pre><code>http(S)://IP-ADDRESS/zabbix</code></pre>
<pre><code>http(S)://IP(DOMAIN)/zabbix</code></pre>
</section>

<section>
Expand Down

0 comments on commit 2a6cb60

Please sign in to comment.