-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspx.html
65 lines (64 loc) · 2.39 KB
/
spx.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Budha</title>
<link rel="stylesheet" href="spx.css">
</head>
<body>
<h3 id="n">Einstein said;</h3>
<div class="xi">
<p>Great spirits have always encountered violent opposition from mediocre minds. <br>
The mediocre mind is incapable of understanding the man who refuses to bow blindly
to conventional prejudices and chooses instaed to express his opinions courageously
and honestly.
</p>
</div>
<div class="zx">
<p>I don't wish for an easy life because there is no growth of my powers there.
Give me a challenging life, one that brings out the finest in me. <br> For this
makes an iron will. And an unconqured character.
</p>
<p id="k">
Victory demands consistency and persistency. Following through what is started
determines the size of the personal respect that will be generated. <br>
The way you practice in private is precisely the way you'll perfom once you are
in public.
</p>
</div>
<br>
<h3 id="j">A list of things i should follow:</h3>
<ol>
<li>Get more done by doing less.</li>
<li>You can't get better unless you get started.</li>
<li>No one owes you anything. Figure it out.</li>
<li>Invest time now, earn time later.</li>
<li>If it's too easy you're leaving opportunity on the table.</li>
<li>To go nowhere, obsess over what other people think.</li>
<li>Bad decisions compound faster than good decisions.</li>
</ol>
<br>
<ul>
<li>Confirm? <input type="checkbox" name="" value=""> </li>
<li>Feedback?<input type="text" name="" value=""> </li>
<li>Click?<input type="radio" name="" value=""> </li>
<li><a href="www.facebook.com">Facebook</a> </li>
<li><a href="www.google.com">Google</a> </li>
</ul>
<br>
<select name="">
<option value="">JAH</option>
<option value="">YAH</option>
</select>
<br>
<h1>Specificity</h1>
<ul>
<li class="lang">Python</li>
<li id="q" class="lang">Java</li>
<li>Java script</li>
<li>C++</li>
</ul>
</body>
</html>