Webbserver - Love Blomberg

Show sourcecode

The following files exists in this folder. Click to view.

public_html/gamla-kurser/webbutv1/projekt/MemoRing/pages/

0template.html
aboutus/
cart/
contact/
news/
store/

0template.html

72 lines UTF-8 Windows (CRLF)
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0">
    <title>MEMORING - </title>
    <link rel="icon" href="./bilder/logo.png">
    <link rel="stylesheet" href="./css/css_index.css" />
</head>

<body>
    <!-- Navigation Bar -->
    <div class="header">
        <a href="./index.html" class="header-logo">
            <h1 class="header-title">MEMORING</h1>
        </a>
        <div class="header-tabs">
            <a href="../store/index.html">Store</a>
            <a href="../news/index.html">News</a>
            <a href="../aboutus/index.html">About us</a>
            <a href="../contact/index.html">Contact</a>
        </div>
        <div class="order-button-pos">
            <button id="order-button">Order Now</button>
        </div>
    </div>
    <!-- Primära inehåll -->
    <div class="maindiv">

    </div>
</body>

<footer>
    <div class="footer-container">
        <div class="footer-info">
            <h3>Contact Us</h3>
            <p style="font-size: medium;">Simlångsvägen 26, Årsta</p>
            <a href="mailto:lovhol23@varmdogymnasium.se">lovhol23@varmdogymnasium.se</a>
        </div>
        <div class="footer-partner">
            <h3>Partners</h3>
            <ul>
                <li>
                    <a href="" target=”_blank”>BeatWave</a>
                </li>
                <li>
                    <a href="https://labb.vgy.se/~seaast23/ovningar/projectforetag.html" target=”_blank”>MMA &amp; RACING INC</a>
                </li>
            </ul>
        </div>
        <div class="footer-social">
            <h3>Follow Us</h3>
            <ul>
                <li>
                    <a href="" target=”_blank”>Facebook</a>
                </li>
                <li>
                    <a href="" target=”_blank”>Instagram</a>
                </li>
                <li>
                    <a href="" target=”_blank”>Twitter</a>
                </li>
            </ul>
        </div>
    </div>
    <div class="copyright">
        <p style="font-size: small;">Copyright &copy; 2024 MemoRing, AB. All rights reserved</p>
    </div>
</footer>

</html>