-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclass-1.html
48 lines (40 loc) · 1.24 KB
/
class-1.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
48
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Personal Website
</title>
<link rel="icon" href="_MG_0100.jpg">
</head>
<body bgcolor="powderblue">
<h1 align="center">Welcome to my personal website</h1>
<div align="center">
<img src="C:\Users\Manomithran\Pictures\FdCQ7PLaEAAzOrf.jpg" alt="Vinayak" height="400" width="600" >
<h1><span style="background-color:tomato; color:white5">I am Manomithran</span></h1><br></div><br>
<style>
img{
border-radius:50%;
}
</style>
</body>
<body>
<br>
<a href="https://youtu.be/9mew">My favorite song.</a><br>
Life is full of suffering and the only constant is pain<br>
But whatever life throws in your way, a man musn't waver from his dreams.<br>
I know little bit of PHP and HTML I would call myself an intermediate at Coding(knows C, C++ and Python)
<p>Sigma Male Grindset follower</p>
<ol>
<li>Morning la Chuck Boyle
</li>
<li>Afternoon la Tyler Durden </li>
<li>Night la Patrick Bateman</li>
</ol>
<p>List of things we are gonna learn:</p>
<ul>
<li>How to do taxes</li>
<li>How a bank works</li>
<li>How to communicate</li>
</ul>
</body>
</html>