-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
224 lines (170 loc) · 5 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
<!DOCTYPE html>
<html>
<head>
<link rel="icon" type="image/x-icon" href="https://img.icons8.com/doodle/480/000000/iron-man.png">
<title>Tony</title>
<h1>
<img class='tony' src='https://img.icons8.com/doodle/480/000000/iron-man.png'/>
<img class="tony_" src='/logo/tony.png'>
<hr>
</h1>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9851237424755952"
crossorigin="anonymous"></script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Author" content="chinathanna001">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="GENERATOR" content="cr VERSION 1.0 created by Sharon Joseph">
</head>
<body>
<a href="/Data Science/index.html">
<div class="hell">
<img class="for" src='https://img.icons8.com/color/480/000000/python--v1.png'>
<a class="heo">
Data Science Programs
</a>
</div>
</a>
<a href="/Object Oriented Programming/index.html">
<div class="hell">
<img class="for" src='https://img.icons8.com/color/480/000000/java-coffee-cup-logo--v1.png'>
<a class="heo"
>OOPS Programs
</a>
</div>
</a>
<a href="/Data Structures/index.html">
<div class="hell">
<img class="for" src='https://img.icons8.com/color/480/000000/c-programming.png'>
<a class="heo">
Data Structure Programs
</a>
</div>
</a>
<a href="/Digital Principles/index.html">
<div class="hell">
<img class="for" src='/logo/logic_.png'/>
<a class="heo">
Digital Principles
</a>
</div>
</a>
<a href="/College/index.html">
<div class="hell">
<img class="for" src="https://img.icons8.com/external-kiranshastry-gradient-kiranshastry/480/000000/external-notes-business-kiranshastry-gradient-kiranshastry-1.png"/>
<a class="heo">
College Notes And Books
</a>
</div>
</a>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9851237424755952"
crossorigin="anonymous"></script>
<!-- ad1 -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-9851237424755952"
data-ad-slot="8633728013"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<p><br></p>
<hr>
<p class="VERSION">
This Website Provide Some Study Material.<br>
Do not misuse above content.<br>
Copy is better than taking zero.<br>
None of these pdf above do not belongs to this website.
</p>
<hr>
</body>
</html>
<style>
BODY { font-family : monospace, sans-serif; color: black;}
P { font-family : monospace, sans-serif; color: black; margin:0px; padding: 0px;}
A:visited { text-decoration : none; margin : 0px; padding : 0px;}
A:link { text-decoration : none; margin : 0px; padding : 0px;}
A:active { margin : 0px; padding : 0px;}
body
{
background-color: black;
object-position: center;
}
h1
{
color: rgb(0, 255, 0);
}
.heo
{
color: rgb(0, 255, 0);
font-size: medium;
margin-top: 10px;
text-align: center;
}
.heo:hover
{
text-decoration-line: underline;
}
.hell
{
background-color: black;
width: 280px;
height: 280px;
align-items: center;
text-align: center;
margin: 25px;
}
.for
{
background-color: black;
width: 250px;
height: 250px;
object-position: center;
margin-bottom: 10px;
}
.for:hover
{
background-color: rgba(128, 128, 128, 0.527);
}
img
{
height: 30px;
width: 30px;
vertical-align: text-bottom;
margin-left: 25px;
margin-right: 10px;
}
.VERSION
{
color: rgb(0, 255, 0);
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: small;
}
p
{
color: rgb(0, 255, 0);
font-size:large;
font-family: 'Times New Roman', Times, serif;
}
.tony
{
height: 100px;
width: 100px;
}
.tony_
{
height: 100px;
width: 211px;
margin-left: 5px;
}
.he
{
color: rgb(0, 255, 0);
font-size: larger;
margin-left: 5px;
}
.dob
{
color: rgb(0, 255, 0);
}
</style>