-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMainMenu.html
47 lines (40 loc) · 1.19 KB
/
MainMenu.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html>
<meta charset="utf-8">
<link rel="stylesheet" href="css/YICA-style.css" type="text/css">
<script language="JavaScript" src="js/YICA-js.js"></script>
<head>
<title>main menu</title>
</head>
<body>
<nav>
<ul>
<li><a href="costgen.html"> Invoice Generator</a>
</li>
<li>
<a href="salgen.html">Salary Generator</a>
</li>
<li>
<a href="item.html">Stock Info.</a>
</li>
<li>
<a href="emp.html">Emp. Info. </a>
</li>
<li align="right">
<a href="login.html">Log Out</a>
</li>
</ul>
</nav>
<section>
<article>
</article>
</section>
<br>
<video align="center" width="320" height="320" poster="YICA.jpg" controls><source src="YICA.mp4" Type="video/mp4">
</video>
<video width="320" height="320" poster="YICA.jpg" controls><source src="YICA.mp4" Type="video/mp4">
</video>
<video width="320" height="320" poster="YICA.jpg" controls><source src="YICA.mp4" Type="video/mp4">
</video>
</body>
</html>