Skip to content

Eino Dicki

My feedback

1 result found

  1. 2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    8 comments  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Eino Dicki commented  · 

    You should start with HTML as shown below. Save this content to a file with a suitable name, such as index.html: https://2player-games.io/


    <!DOCTYPE html>
    <html>
    <head>
    <style>

    </style>
    <title>MUO Slideshow</title>
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js&quot; type="text/javascript"></script>
    <script type="text/javascript">

    </script>
    </head>
    <body>
    <div id="showContainer">

    <div class="imageContainer" id="im_1">
    <img src="Images/1.jpg" />
    <div class="caption">
    Windmill
    </div>
    </div>

    <div class="imageContainer" id="im_2">
    <img src="Images/2.jpg" />
    <div class="caption">
    Plant
    </div>
    </div>

    <div class="imageContainer" id="im_3">
    <img src="Images/3.jpg" />
    <div class="caption">
    Dog
    </div>
    </div>

    <div class="navButton" id="previous">&#10094;</div>
    <div class="navButton" id="next">&#10095;</div>
    </div>
    </body>
    </html>

Feedback and Knowledge Base