-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (39 loc) · 1.59 KB
/
index.html
File metadata and controls
40 lines (39 loc) · 1.59 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Lovish's Personal Site</title>
</head>
<body>
<table cellspacing="10px">
<tr><td>
<img src="https://pbs.twimg.com/profile_images/1080129252069122049/KHzL8Frl_400x400.jpg" alt="Damn, Its Anonymous" height="300px">
</td>
<td>
<h1>Anonymous</h1>
<h2>I am classified and working on WebD Project.</h2>
<h3>Excpet messing with webpages, I like to shit on competitive problems.</h3>
</td>
</tr>
</table>
<hr>
<h1>My views on Programming:-</h1>
Programming is just a process of writing computer programs. Well it depend on you, why you are writing programs.<br>
Basically Some people write them for fun and some for jobs or improving skills.<br>
Programming is generally addiction, when people are ready to write a comples code with no beautification and unable to read by other users, you are the programmer, a good programmer who programs for fun or due to addiction instead of writing shit code for employers.
<br>
<hr>
<h1>Top Programming Languages, begineers should learn and master.</h1>
<ul>
<li>C++</li>
<li>Python</li>
<li>Html</li>
<li>JavaScript</li>
</ul>
<hr>
<h1>Links:-</h1>
<a href="https://github.com/anonymous1407"><img src="github.png" height="50px"></a>
<a href="https://www.codechef.com/users/codingisez"><img src="cc.png" height="50px" /></a>
<a href="contactme.html"><img src="mail.png" height="50px" /></a>
</body>
</html>