-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIndex.html
111 lines (80 loc) · 1.94 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Science with aditya</title>
</head>
<center>
<h1>Science with aditya</h1>
</center>
<body bgcolor ='#D6EAF8'
<body>
<table cellspacing="20">
<tr>
<td>
<image src="LOGO.jpg" width="170" height="170" alt="My channel Thumbnail">
</td>
<td>
<h1>Aditya</h1>
<p><em>Founder of <strong><a href="https://www.youtube.com/channel/UCAey19cgMCxJlziTsJPnWHA">Science with Aditya</a><strong></em></p>
<p>I love Science</p>
</td>
</tr>
</table>
<hr>
<h1>Videos</h1>
<ul>
<li>
<h2>Laser</h2>
</li>
<iframe id="inlineFrameExample" title="Inline Frame Example" width="300" height="200" src="https://www.youtube.com/embed/UrzIxbvdC7g">
</iframe>
<li>
<h2>Bermuda triangle</h2>
</li>
<iframe id="inlineFrameExample" title="Inline Frame Example" width="300" height="200" src="https://www.youtube.com/embed/o05UgfH60IE">
</iframe>
</ul>
<h3>My hobbies</h3>
<ol>
<li>Science</li>
<li>Coding</li>
<li>Experimenting</li>
</ol>
<hr>
<h3>Contact me</h3>
<a href="contact us.html">Click here to contact me</a>
<hr>
<h3>Skills</h3>
<table border="5">
<tr>
<td>
<table border="1">
<tr>
<td>Science</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Math</td>
<td>⭐⭐⭐⭐</td>
</tr>
</table>
</td>
<td>
<table border="1">
<tr>
<td>English</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Hindi</td>
<td>⭐</td>
</tr>
</table>
</td>
</tr>
</table>
</table>
<hr>
<a href="More.html">More</a>
</html>