diff options
author | Biswakalyan Bhuyan <biswa@surgot.in> | 2024-04-08 14:15:04 +0530 |
---|---|---|
committer | Biswakalyan Bhuyan <biswa@surgot.in> | 2024-04-08 14:15:04 +0530 |
commit | 5262ce213bde042fe03619c75ae3ac0316806853 (patch) | |
tree | e831d1b1347b5616e990fe3beb8772eeb34d24a1 /public/index.html | |
download | blacklist-5262ce213bde042fe03619c75ae3ac0316806853.tar.gz blacklist-5262ce213bde042fe03619c75ae3ac0316806853.tar.bz2 blacklist-5262ce213bde042fe03619c75ae3ac0316806853.zip |
comming-soon Blacklist
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..f8c0862 --- /dev/null +++ b/public/index.html @@ -0,0 +1,75 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta name="generator" content="Hugo 0.124.1"><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>Coming Soon</title> + <link rel="canonical" href="http://localhost:1313/"> + + <link rel="icon" type="image/x-icon" href="/favicon.ico"> + + <link rel="stylesheet" href="/css/styles.css"> + <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> +</head> + <div class="bgimg"> + <video autoplay muted loop poster="poster.jpg"> + + <source src="bg.mp4" type="video/mp4"> + + </video> + + <div class="topleft"> + + <p>Coming Soon</p> + + </div> + <div class="middle"> + + <h1>COMING SOON!</h1> + + <hr> + <p id="demo"></p> + <div id="countdown" data-release="April 08, 2024"></div> + </div> + <div class="bottomleft"> + <p> + BlackStore</p> + </div> + </div> + <div class="left"> + + <section class="social-icons"> + <ul class="social-icons-list"> + + <li class="social-icon"> + + <a href="mailto:biswa@surgot.tech " + > + <img src="http://localhost:1313//svg/icons/email.svg" alt="test" /> + </a> + </li> + + <li class="social-icon"> + + <a href="https://twitter.com/" + > + <img src="http://localhost:1313//svg/icons/twitter.svg" alt="test" /> + </a> + </li> + + <li class="social-icon"> + + <a href="https://instagram.com/" + > + <img src="http://localhost:1313//svg/icons/instagram.svg" alt="test" /> + </a> + </li> + + </ul> + </section> + + </div> + <script src="/js/script.js"></script> + +</html> |