summaryrefslogtreecommitdiff
path: root/prj_Irene/LL.html
diff options
context:
space:
mode:
authorjaerri <62021987+jaerri@users.noreply.github.com>2026-02-10 16:25:21 -0600
committerjaerri <62021987+jaerri@users.noreply.github.com>2026-02-10 16:25:21 -0600
commiteb62cf70a6791e5c8fd140f069e8b31b6886587a (patch)
treeffa1abfb12e27708907b3c18d10ee6336da3a36e /prj_Irene/LL.html
Diffstat (limited to 'prj_Irene/LL.html')
-rwxr-xr-xprj_Irene/LL.html42
1 files changed, 42 insertions, 0 deletions
diff --git a/prj_Irene/LL.html b/prj_Irene/LL.html
new file mode 100755
index 0000000..db65be0
--- /dev/null
+++ b/prj_Irene/LL.html
@@ -0,0 +1,42 @@
+<!doctype html>
+<html lang="en">
+ <head>
+ <meta charset="UTF-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+ <link rel="stylesheet" href="./styles_snu.css" />
+ <title>💌</title>
+ </head>
+ <body>
+ <div id="?">
+ <div id="lockscreen-container">
+ <img id="lock-icon" src="./sources/luvu.png" alt="?" />
+ <p id="only-for-you"></p>
+ </div>
+ </div>
+ <div id="love-irene-container">
+ <div class="home-button">
+ <a href="../index.html"
+ ><img src="./sources/luvu.png" alt="home-button"
+ /></a>
+ </div>
+ <div id="background">
+ <img src="./sources/snu2.jpg" alt="" />
+ </div>
+ <div id="top-margin"></div>
+ <div id="charater-box">
+ <div id="char">
+ <!-- this is where we insrrt character img using js -->
+ </div>
+ </div>
+ <div id="box"></div>
+ <div id="box-2">
+ <!-- we insrt text here -->
+ </div>
+ <div id="option-container">
+ <!-- there will be options for Irene to choose ( if there are) -->
+ </div>
+ </div>
+
+ <script src="./a.js"></script>
+ </body>
+</html>