diff options
| author | 2023-11-07 01:55:31 +0800 | |
|---|---|---|
| committer | 2023-11-07 01:55:31 +0800 | |
| commit | 6198398808220bd60595ecf64e342664f350a353 (patch) | |
| tree | 4a452ac18bacf9d09e6f5dd905e0c64316d5ef88 /site/public/index.html | |
| parent | 0fff2247b0ede4e2290bb058853a406259539573 (diff) | |
| download | HydroRoll-6198398808220bd60595ecf64e342664f350a353.tar.gz HydroRoll-6198398808220bd60595ecf64e342664f350a353.zip | |
refactor(components): add `Date` type checking
Diffstat (limited to 'site/public/index.html')
| -rw-r--r-- | site/public/index.html | 67 |
1 files changed, 0 insertions, 67 deletions
diff --git a/site/public/index.html b/site/public/index.html deleted file mode 100644 index 4c8e428..0000000 --- a/site/public/index.html +++ /dev/null @@ -1,67 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> - <meta name="generator" content="Hugo 0.117.0"> - <meta charset="UTF-8"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <title>HydroRoll </title> - <link rel="canonical" href="http://hydroroll.team/"> - - <link rel="icon" type="image/x-icon" href="/assets/favicon.png"> - - <link rel="stylesheet" href="/css/styles.css"> -</head> - <div class="bgimg"> - <video autoplay muted loop poster="poster.jpg"> - - <source src="bg.mp4" type="video/mp4"> - - </video> - <div class="topleft"> - - <p>HydroRoll </p> - - </div> - <div class="middle"> - - <h1>距离水系公测还有</h1> - - <br /> - <hr> - <br/> - <h4></h4> - <p id="demo"></p> - <div id="countdown" data-release="Jul 14, 2024"></div> - </div> - <div class="bottomleft"> - <p> - 倒数日</p> - </div> - </div> - <div class="left"> - - <section class="social-icons"> - <ul class="social-icons-list"> - - <li class="social-icon"> - - <a href="mailto:support@hydroroll.team " - > - <img src="http://hydroroll.team//svg/icons/email.svg" alt="test" /> - </a> - </li> - - <li class="social-icon"> - - <a href="https://github.com/HydroRoll-Team" - > - <img src="http://hydroroll.team//svg/icons/github.svg" alt="test" /> - </a> - </li> - - </ul> - </section> - - </div> - <script src="/js/script.js"></script> - -</html>
\ No newline at end of file |