Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!doctype html>
- <html><!--start of the html web page-->
- <title>character info</title> <!-- change title bar -->
- <head>
- <center><font size="7" color="#FE8081">D</font><font size="7" color="FFBDE1">o</font><font size="7" color="#ADFFAB">k</font><font size="7" color="#FE8081">i </font><font size="7" color="#C492EC">D</font><font size="7" color="FFBDE1">o</font><font size="7" color="#C9F3FF">k</font><font size="7" color="#C492EC">i</font></center><br>
- <center><font color="#4C4C4C" size="7">Literature Club</font></center>
- <!--background-->
- <!--change url-->
- <style>
- body {
- background-image: url("image bg/bg.png");
- background-repeat: repeat;
- background-size: auto;
- }
- #slideshow {
- margin-right: 550px ;
- position: relative;
- width: 425px;
- height: 425px;
- padding: 10px;
- box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
- }
- #slideshow > div {
- position: absolute;
- top: 10px;
- left: 10px;
- right: 10px;
- bottom: 10px;
- }
- .sticker {
- position: fixed;
- top: 10px;
- left: 10px;
- right: 10px;
- bottom: 10px;
- }
- </style>
- </head>
- <audio loop >
- <source src="music/16 Doki Doki Literature Club! OST - Your Reality (Credits).mp3" type="audio/mpeg">
- </audio>
- <embed name="Your Reality" src="music/16 Doki Doki Literature Club! OST - Your Reality (Credits).mp3" loop="true" hidden="true" autostart="true">
- <body>
- <center>
- <div id="slideshow">
- <div style="display: none;">
- <img class="mySlides" src="image/monika.gif" height="187" width="249">
- </div><div style="display: none;">
- <img class="mySlides" src="image/natsuki.gif" height="160" width="160">
- </div><div style="display: none;">
- <img class="mySlides" src="image/yuri.gif" height="425" width="425">
- </div><div style="display: none;">
- <img class="mySlides" src="image/sayori.gif" height="239" width="425">
- </div></div>
- <script src="script java/stopExecutionOnTimeout-41c52890748cd7143004e05d3c5f786c66b19939c4500ce446314d1748483e13.js"></script>
- <script src="script java/jquery.min.js"></script>
- </center>
- <div class="sticker"><img src="sticker/monika.png"><br><img src="sticker/natsuki.png"><br><img src="sticker/yuri.png"><br><img src="sticker/sayori.png"></div>
- <script>
- $("#slideshow > div:gt(0)").hide();
- setInterval(function() {
- $('#slideshow > div:first')
- .fadeOut(1000)
- .next()
- .fadeIn(1000)
- .end()
- .appendTo('#slideshow');
- }, 3000);
- //# sourceURL=pen.js
- </script>
- <center><video width="480" height="400" controls>
- <source src="video/Doki Doki Literature Club! Trailer.mp4" type="video/mp4">
- </video></center>
- <a href="table image.html">table character image</a><br>
- <a href="table info.html">table character info</a><br>
- <a href="Credits.html">Credits</a><br>
- <a href="ost.Html">OST</a><br>
- </body>
- </html>
Add Comment
Please, Sign In to add comment