diff options
Diffstat (limited to 'assets/src/index.html')
-rw-r--r-- | assets/src/index.html | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/assets/src/index.html b/assets/src/index.html new file mode 100644 index 0000000..af730f4 --- /dev/null +++ b/assets/src/index.html @@ -0,0 +1,29 @@ +<!doctype html> +<html lang="ru"> +<head> + //= template/head.html +</head> +<body> +<main> + //= template/navbar.html + <section class="py-5 text-center container"> + <div class="row py-lg-5"> + <div class="col-lg-6 col-md-8 mx-auto"> + <h1 class="font-weight-light">Doge420</h1> + <p class="lead text-muted">My teacher said to my I'm a failure, that I'll never amount to anything. I scoffed at him. Shocked, my teacher asked what's so funny, my future is on the line. "Well...you see professor" I say as the teacher prepares to laugh at my answer, rebuttal at hand. "I watch Rick and Morty." The class is shocked, they merely watch pleb shows like the big bang theory to feign intelligence, not grasping the humor. "...how? I can't even understand it's sheer nuance and subtlety." "Well you see...WUBBA LUBBA DUB DUB!" One line student laughs in the back, I turn to see a who this fellow genius is. It's none other than Albert Einstein.</p> + <p> + <a href="#" class="btn btn-primary my-2">Do Nothing</a> + <a href="#" class="btn btn-secondary my-2">Do Nothing, in Grey</a> + </p> + </div> + </div> + </section> + + //= template/drug-form.html + + //= template/analyse.html + +</main> +//= template/footer.html +</body> +</html> |