-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (35 loc) · 1.06 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link href="/styles/style.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
<title>Ganesha</title>
</head>
<body>
<h2>Ganesha Page</h2>
<h3></h3>
<button>Change User</button>
<div class="image">
<img src="images/lord-ganesh.jpg" alt="Image of Lord Ganesha">
</div>
<div>
<p id="paraone" class="classone">Jai <strong>Ganesha</strong></p>
<a id="anchorOne" class="classtwo" href="#">Jai Ganesha</a>
<b>Hello Ganesha</b>
<abbr title="Google">GOOG</abbr>
<cite title="Google Inc.">Google</cite>
<br>
<code>system.out.println("Ganesha")</code>
<br>
<mark>Ganesha</mark><sub>Ganesha</sub>
<ul class="ganesha-names">
<li>Vakrathundam</li>
<li>Ekadantham</li>
<li>Krishna Pingaksham</li>
<li>Gaja Vakthram</li>
</ul>
</div>
<script src="/scripts/main.js"></script>
</body>
</html>