-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
39 lines (39 loc) · 1.05 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="jhgdsjfiuewhi"/>
<meta name="author" content="procheta"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<script>
var i=1;
console.log(i);
</script>
<style>
/* body
{
font-size: 100px;
} */
</style>
</head>
<header><nav>About Me</nav></header>
<body>
<b>Hello.....</b>
<section>
<b>Hi</b> I am Procheta. I am an ECE undergrad.
</section>
<br>
<article>
Hello I am Procheta. I am an ECE undergrad. I am a student of NSEC. I live in Kolkata.
I am a Potterhead. I want to do something big in my life. I think hard work is praised.
</article>
<p>
I am a <span><i><u>React.js</u></i></span> Developer.
</p>
<div>
I have worked with HTML, CSS, JS, AMP-HTML, Python, C++, etc and hardware as well.
</div>
</body>
</html>