-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (48 loc) · 1.51 KB
/
Copy pathindex.html
File metadata and controls
59 lines (48 loc) · 1.51 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
<html>
<head>
<title>HOME Page</title>
<link rel="stylesheet" href="ssHOME.css">
<script>
// We'll do soon something...
</script>
</head>
<body>
<section class="gridContainer">
<header class="Hheader">
<button id="hiu" class="signIn"><a href="signIn.html">Sign-In</a></button>
<button id="hiu" class="signIn"><a href="SignUp.html">Sign-Up</a></button>
<a href="intro.html">
<img class="img" src="icon.jpeg" >
</a>
</header>
<nav class="Hnav">
<button type="button" class="Time" onclick="document.getElementById('demo').innerHTML = Date()">Date and Time</button>
<p id="demo"></p>
<div>
<h2 id="listElements" class="head">All you will learn here!!
<p >
<!--<a class="button" href="#">Github</a><br>-->
<a class="button" href="Linux1.html">Linux Commands</a><br>
<a class="button" href="html.html">HTML Course</a><br>
<!--<a class="button" href="CSS.html">CSS Course</a><br>
<a class="button" href="javascript.html">Java Script Course</a><br>
<a class="button" href="#">PHP Course</a><br>
<a class="button" href="#">RUBY Course</a><br>
<a class="button" href="#">Python Course</a><br>-->
<a class="button" href="azureCloud.html">Azure Course</a><br>
<a class="button" href="Kubernetes Through Azure [Basics].html">Kubernetes Through Azure</a>
</h2>
</div>
</nav>
<footer class="Hfooter">
<div>
<div>
<footer>
<small>©: 2019 All rights are reserved!</small>
</footer>
</div>
</div>
</footer>
</section>
</body>
</html>