-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e4d2baf
commit 7b901bf
Showing
1 changed file
with
160 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,160 @@ | ||
<!DOCTYPE html> | ||
|
||
<html> | ||
|
||
<title>Energized - ad.porn.malware blocking.</title> | ||
|
||
<meta name="description" content="A merged collection of hosts from reputable sources." /> | ||
|
||
<meta charset="UTF-8"> | ||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css"> | ||
|
||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.10/css/all.css"> | ||
|
||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway"> | ||
|
||
<style> | ||
|
||
body,h1,h5 {font-family: "Raleway", sans-serif} | ||
|
||
body, html {height: 100%} | ||
|
||
.bgimg { | ||
|
||
background: #000000; /* fallback for old browsers */ | ||
|
||
background: -webkit-linear-gradient(to right, #434343, #000000); /* Chrome 10-25, Safari 5.1-6 */ | ||
|
||
background: linear-gradient(to right, #434343, #000000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ | ||
|
||
min-height: 100%; | ||
|
||
background-position: center; | ||
|
||
background-size: cover; | ||
|
||
} | ||
|
||
</style> | ||
|
||
<link rel="shortcut icon" href="/assets/energized.ico"> | ||
|
||
<body> | ||
|
||
<div class="bgimg w3-display-container w3-animate-opacity w3-text-white"> | ||
|
||
<div class="w3-display-topcenter w3-padding-large w3-large"> | ||
|
||
<span>Nayem <b>Ador</b>'s</span> | ||
|
||
<p> | ||
|
||
<div class="w3-card-4" style="width:100%;"> | ||
|
||
<header class="w3-container w3-center w3-yellow"> | ||
|
||
<h3><b>Energized</b> | BackUp Server</h3> | ||
|
||
</header> | ||
|
||
<div class="w3-bar w3-left w3-border-amber w3-medium w3-amber"> | ||
|
||
<a href="https://nayemador.com/energized" class="w3-button w3-text-light-grey w3-hover-text-black w3-hover-amber"><i class="fab fa-fort-awesome-alt"></i> Home</a><a href="/" class="w3-button w3-text-light-grey w3-hover-text-black w3-hover-amber"><i class="far fa-folder"></i> Server</a><a class="w3-button w3-hover-amber w3-text-black"><i class="far fa-folder-open"></i> BackUp</a> | ||
|
||
</div> | ||
|
||
<div class="w3-container"> | ||
|
||
<table class="w3-table w3-medium"> | ||
|
||
<tr class="w3-text-khaki"> | ||
|
||
<th class="w3-left-align"><i class="fas fa-download"></i> Package</th> | ||
|
||
<th class="w3-center">Size</th> | ||
|
||
</tr> | ||
|
||
<tr> | ||
|
||
<td><a href="http://adroit.heliohost.org/energized/Energized" class="w3-bar w3-button w3-padding-small w3-hover-yellow w3-round w3-left-align">Energized</a></td> | ||
|
||
<td class="w3-center">10MB</td> | ||
|
||
</tr> | ||
|
||
<tr> | ||
|
||
<td><a href="http://adroit.heliohost.org/energized/EnergizedMalware" class="w3-bar w3-button w3-padding-small w3-hover-yellow w3-round w3-left-align">EnergizedMalware</a></td> | ||
|
||
<td class="w3-center">14MB</td> | ||
|
||
</tr> | ||
|
||
<tr> | ||
|
||
<td><a href="http://adroit.heliohost.org/energized/EnergizedPorn" class="w3-bar w3-button w3-padding-small w3-hover-yellow w3-round w3-left-align">EnergizedPorn</a></td> | ||
|
||
<td class="w3-center">16MB</td> | ||
|
||
</tr> | ||
|
||
<tr> | ||
|
||
<td><a href="http://adroit.heliohost.org/energized/EnergizedLite" class="w3-bar w3-button w3-padding-small w3-hover-yellow w3-round w3-left-align">EnergizedLite</a></td> | ||
|
||
<td class="w3-center">6MB</td> | ||
|
||
</tr> | ||
|
||
<tr> | ||
|
||
<td><a href="http://adroit.heliohost.org/energized/EnergizedPornLite" class="w3-bar w3-button w3-padding-small w3-hover-yellow w3-round w3-left-align">EnergizedPornLite</a></td> | ||
|
||
<td class="w3-center">1MB</td> | ||
|
||
</tr> | ||
|
||
<tr> | ||
|
||
<td><a href="http://adroit.heliohost.org/energized/EnergizedUltimate" class="w3-bar w3-button w3-padding-small w3-hover-yellow w3-round w3-left-align">EnergizedUltimate</a></td> | ||
|
||
<td class="w3-center">20MB</td> | ||
|
||
</tr> | ||
|
||
<tr> | ||
|
||
<td><a href="http://adroit.heliohost.org/energized/EnergizedUnified" class="w3-bar w3-button w3-padding-small w3-hover-yellow w3-round w3-left-align">EnergizedUnified</a></td> | ||
|
||
<td class="w3-center">34MB</td> | ||
|
||
</tr> | ||
|
||
</table> | ||
|
||
</div> | ||
|
||
</div> | ||
|
||
</div> | ||
|
||
<div class="w3-display-bottomright w3-container"> | ||
|
||
<p class="w3-small w3-text-white">with ♥ <span href="adroitadorkhan.github.io" target="_blank" class="w3-text-blue">Ador</span</p> | ||
|
||
</div> | ||
|
||
<div class="w3-display-bottomleft w3-container"> | ||
|
||
<a href="https://github.com/AdroitAdorKhan/Energized" target="_blank" class="w3-hover-text-yellow w3-text-white w3-xlarge"><i class="fab fa-github"></i></a> | ||
|
||
</div> | ||
|
||
</body> | ||
|
||
</html> | ||
|