Show sourcecode
The following files exists in this folder. Click to view.
public_html/gamla-kurser/webbutv1/projekt/MemoRing/pages/cart/
bilder/
cart.css
index.html
js/
order-confirm.html
order-confirm.html
70 lines UTF-8 Windows (CRLF)
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
<!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 - THANKS!</title>
<link rel="icon" href="../../bilder/logo.png">
<link rel="stylesheet" href="../../css/css_index.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
</head>
<body>
<!-- Navigation Bar -->
<div class="header">
<a href="../../" class="header-logo">
<h1 class="header-title">MEMORING</h1>
</a>
<div class="header-tabs">
<a href="../store/">Store</a>
<a href="../news/">News</a>
<a href="../aboutus/">About us</a>
<a href="../contact/">Contact</a>
</div>
</div>
<!-- Primära inehåll -->
<div class="maindiv">
<h1 class="page-title">Thanks for your order!</h1>
</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 & 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 © 2024 MemoRing, AB. All rights reserved</p>
</div>
</footer>
</html>