64 lines
1.7 KiB
HTML
64 lines
1.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en-au">
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="template.css">
|
|
<title>My first web page</title>
|
|
<meta charset="UTF-8">
|
|
|
|
</head>
|
|
<body>
|
|
<h1>My First Home/Index Page</h1>
|
|
<hr color="red">
|
|
<ul>
|
|
<li><a href="index.html">Home</a></li>
|
|
<li><a href="contactus.html">Contact Us<a></li>
|
|
<li><a href="products.html">Products<a></li>
|
|
<li><a href="services.html">Services<a></li>
|
|
<li><a href="locations.html">Locations<a></li>
|
|
<li><a href="shoppingcarts.html">Shopping Carts<a></li>
|
|
<li><a href="catergories.html">Catergories<a></li>
|
|
<li><a href="aboutus.html">About Us<a></li>
|
|
<li><a href="register.html">Register<a></li>
|
|
|
|
|
|
</ul>
|
|
<hr>
|
|
<h2>Media</h2>
|
|
<h3>Sounds</h3>
|
|
<audio controls>
|
|
<source src="gamestartup.mp3" type="audio/mpeg">
|
|
</audio>
|
|
<hr>
|
|
<h3>Video from YouTube</h3>
|
|
<iframe width="560" height="315" src="https://www.youtube.com/embed/sugvnHA7ElY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
|
<hr>
|
|
<h4>Image/Picture<h4>
|
|
<img src="studentlogo.png" alt="Picture of 2 students">
|
|
|
|
</hr>
|
|
<p>For more information please register</p>
|
|
<form>
|
|
<label>Given:
|
|
<input name="given" type="text">
|
|
|
|
</label>
|
|
|
|
<label>Surname:
|
|
<input name="surname" type="text">
|
|
|
|
</label>
|
|
|
|
</form>
|
|
|
|
<p>Inserted Google Map</p>
|
|
https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d6623.971684053022!2d151.08706688324895!3d-33.89001846887294!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6b12bae2c4b04c55%3A0x5017d681632b660!2sEnfield%20NSW%202136!5e0!3m2!1sen!2sau!4v1667177265314!5m2!1sen!2sau
|
|
|
|
<p>Created by Rayyan</p>
|
|
<p>in a session for Cert 4</p>
|
|
|
|
|
|
</body>
|
|
|
|
|
|
</html>
|