diff options
| author | jaerri <62021987+jaerri@users.noreply.github.com> | 2026-02-10 16:25:21 -0600 |
|---|---|---|
| committer | jaerri <62021987+jaerri@users.noreply.github.com> | 2026-02-10 16:25:21 -0600 |
| commit | eb62cf70a6791e5c8fd140f069e8b31b6886587a (patch) | |
| tree | ffa1abfb12e27708907b3c18d10ee6336da3a36e /index.html | |
Diffstat (limited to 'index.html')
| -rwxr-xr-x | index.html | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100755 index 0000000..7b10f3e --- /dev/null +++ b/index.html @@ -0,0 +1,49 @@ +<!doctype html> +<html lang="en"> + <head> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <title>IRENE 💌</title> + <link rel="icon" type="image/png" href="sources\irene_favicon.png" /> + <link rel="stylesheet" href="styles.css" /> + </head> + <body> + <audio type="audio/mp3" src="sources\SABBATH.mp3" autoplay loop></audio> + <div id="lockscreen"> + <div id="lockscreen-image"> + <img src="sources\poro.png" alt="poro" /> + </div> + <div id="password-box"> + <input + type="password" + id="password" + placeholder="Who does Poro love the most?" + /> + </div> + </div> + <div id="main-page"> + <div id="background"> + <img src="sources/sayaworld.jpg" alt="" /> + </div> + <div id="main-page-left-saya"> + <div> + <img src="sources\saya.png" alt="saya" /> + </div> + </div> + <div id="right-main-page-container"> + <div id="main-page-right-content"> + <div class="direct-button" id="first-option"> + <a href="thankletter.html">^_^</a> + </div> + <div class="direct-button" id="second-option"> + <a href="gallery.html">@@</a> + </div> + <div class="direct-button" id="third-option"> + <a href="prj_Irene/LL.html">ily</a> + </div> + </div> + </div> + </div> + <script src="script.js"></script> + </body> +</html> |
