summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rwxr-xr-xindex.html49
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>