-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
100 lines (100 loc) · 4.33 KB
/
index.html
File metadata and controls
100 lines (100 loc) · 4.33 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
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
<!DOCTYPE html>
<html>
<head>
<title>MotifyMe</title>
<link rel="icon" href="rocketicon.png">
<link rel="stylesheet" href="stylesheet.css">
</head>
<body>
<div class="firstpage">
<div class="inspiration">
<h1 class="apjh1"><span>Inspiration</span></h1>
<img class="apjimg" src="apj-removebg-preview.png" alt="apj">
<p class="apjp"><strong>"Dream is not that you see while sleeping </strong></p>
<p class="apjp"><strong>it is something that dose not let you sleep"</strong></p>
</div>
<div class="sucess">
<h3 class="firstpageh3"><span>five mantras for success</span></h3>
<ul>
<li>Grate aim</li>
<li>continuously acquire knowledge</li>
<li>hardwork+smartwork</li>
<li>persevere</li>
<li>not afraid by problems</li>
</ul>
</div>
<div class="selfconfidence">
<h3 class="firstpageh3"><span>five mantras for selfconfidence</span></h3>
<ul>
<li>I am the best</li>
<li>I can do it</li>
<li>God is always with me</li>
<li>Today is my day</li>
<li>I am the winner</li>
</ul>
</div>
</div>
<div class="secondpage">
<h1 class="positiveh1"><span class="positivespan">Positive words</span></h1>
<div class="positivebox1">
<p>இந்த அற்புதமான நாளுக்கு நன்றி</p>
</div>
<div class="positivebox2">
<p>நான் ஆரோக்கியமாக இருக்கிறேன்</p>
</div>
<div class="positivebox3">
<p>நான் மற்றும் எனது குடும்பம் நிம்மதியாக இருக்கிறது.</p>
</div>
<div class="positivebox4">
<p>என் புத்தி தெளிவாக உள்ளது</p>
</div>
<div class="positivebox5">
<p>நான் இனிமையானவன்
நான் உண்மையானவன்
</p>
</div>
<div class="positivebox6">
<p>நான் சக்திசாலி நான் பலசாலி நான் புத்திசாலி நான் பாக்கியசாலி</p>
</div>
<div class="positivebox7">
<p>நான் ஒரு வெற்றி நட்சத்திரம்</p>
</div>
<div class="positivebox8">
<p>நான் சக்கரவர்த்தி</p>
</div>
<div class="positivebox9">
<p>நான் இறை அருள் நிறைந்தவன்.</p>
</div>
<div class="positivebox10">
<p>நான் தெய்வீக சக்தி உடையவன்.</p>
</div>
<div class="positivebox11">
<p>நான் மென்மையானவன்.</p>
</div>
<div class="positivebox12">
<p>நான் திருப்தியாக வாழ்கிறேன்.</p>
</div>
<div class="positivebox13">
<p>நான் புனிதமானவன்.</p>
</div>
<div class="positivebox14">
<p>நான் தைரியமானவன்.</p>
</div>
<div class="positivebox15">
<p> நான் அழகானவன் நான் அதிர்ஷ்டக்காரன் நான் தூய்மையானவன் </p>
</div>
<div class="positivebox16">
<p>நான் ஆசீர்வாதம் நிறைந்தவன்</p>
</div>
<div class="positivebox17">
<p> நானே சமாதானம்</p>
</div>
<div class="positivebox18">
<p>நானே இவையெல்லாம் நிறைந்த மிகமிக தெய்வீக சக்தி வாய்ந்த உலகம் போற்றும் மாமனிதர்</p>
</div>
</div>
<div class="thirdpage">
<h1>afimation</h1>
</div>
</body>
</html>