Skip to content

Commit

Permalink
updated network ID
Browse files Browse the repository at this point in the history
  • Loading branch information
SaibaDev committed Apr 22, 2024
1 parent f5473b8 commit e3258da
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
Binary file added imgs/bg1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

</head>

<body class="font-Poppins bg-[#0F172A] overflow-x-hidden">
<body class="font-Poppins bg-[#0F172A] overflow-x-hidden">
<Header class="bg-gray-900 p-3">
<div class="flex justify-between items-center">
<div class="flex-shrink-0">
Expand Down
2 changes: 1 addition & 1 deletion protegoNAS.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h2 class="font-semibold ">1. Download ZeroTier: </h2>
<h2 class="font-semibold ">2. Open ZeroTier and Join Network: </h2>
</div>
<div class="flex items-center">
<h2 class="ml-2 italic">ebe7fbd4458e71df</h2>
<h2 class="ml-2 italic">fada62b0152bcbf0</h2>
</div>
<div class="flex justify-center mt-4">
<img src="imgs\protego-zerotier.png" class="w-3/4" alt="nas">
Expand Down
3 changes: 3 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
}



.font-Oswald{
font-family: "Oswald", sans-serif;
font-optical-sizing: auto;
Expand Down Expand Up @@ -48,6 +49,7 @@ body {
}

body {

font-family:
system-ui,
-apple-system, /* Firefox supports this but not yet `system-ui` */
Expand All @@ -58,6 +60,7 @@ body {
sans-serif,
'Apple Color Emoji',
'Segoe UI Emoji';

}


Expand Down

0 comments on commit e3258da

Please sign in to comment.