diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..684ad87 --- /dev/null +++ b/index.html @@ -0,0 +1,46 @@ +<!DOCTYPE html> +<html > +<head> + <meta charset="UTF-8"> + <title>GYGB</title> + <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no, minimal-ui"> + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> + + + <link rel="stylesheet" href="css/style.css"> + + +</head> + +<body> + +<body class="noisy"></body> +<div class="emblem"><span class="icon-information"></span></div> +<div class="frame"> + <div class="piece output"> + <h1>Get Your Grub Back</h1> +<h2><a href="https://navanchauhan.github.io">Go Home</a></h2> +<br> + <p>> cat short_description.txt<br> + Get Your Grub Back - An AIO Toolkit to repair your grub + </p> +<p>> cat usage.txt<br> +Just boot from any live distro and enter the following command :<br> + +wget https://github.com/N3V0N/GYGB/releases/download/2.0/gygb.sh<br> + +Then<br> + +bash gygb.sh +</p> + + + + </div> + <div class="piece scanlines noclick"></div> + <div class="piece glow noclick"></div> +</div> + + +</body> +</html> |