-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (39 loc) · 1.18 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
39
<html lang = "en">
<head>
<meta charset = "utf-8">
<title>Indrajit Pal</title>
<link rel="shortcut icon" type="image/x-icon" href="faviconMe.ico?">
</head>
<body>
<h1>If you know, then you know 😉</h1>
<p><em>If you'll never try, then you'll <strong>never</strong> know.</em></p>
<br>
<p>This HTML webpage is just a tutorial start-up to get things started and get a flair for whats going on
& how to deal with front-end development.
</p>
<hr size = "3" noshade color = 'blue'>
<h3>Some other random stuff that's always on my mind</h3>
<ul>
<li>How will I turn out in my life?</li>
<li>How would I rectify my mistakes?</li>
<li>How do I break into the next level?</li>
</ul>
<hr size = 5>
<h3>How do I turn my life around?</h3>
<ol>
<li>Will working harder do me any good?</li>
<li>I wish my efforts reap the results I want.</li>
</ol>
<br>
<hr size = 3 color = "red">
<br>
<br>
<a href = "SongIndex.html">Some Of My Favorite Tracks</a>
<br><br>
<hr size = 5>
<br>
<img src = "WeAcceptTheLove.jpg" alt = " ... We accept the love we think we deserve ... ">
<br>
<hr size = "4">
</body>
</html>