-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbody.html
129 lines (92 loc) Β· 3.67 KB
/
body.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="body.css">
<link href="https://fonts.googleapis.com/css?family=Alegreya+Sans+SC|Cinzel&display=swap" rel="stylesheet">
</head>
<body>
<center><h1><font color="white">Welcome Nerds !</font></h1></center>
<center><h1><font color="orange">One great platform for all programmers</font></h1></center>
<center><button class="button"> <a href ="guideline.html"><span>Guider</span></a></button></center>
<div class="links">
<div class="xop-section">
<ul class="xop-grid">
<li>
<div class="xop-box xop-img-1">
<a href="onlinecourse.html" style="text-decoration: none;">
<div class="xop-info">
<center> <font color="white"><h3><b>Go</b></h3></font></center>
</div></a>
</div>
</li>
<li>
<div class="xop-box xop-img-2">
<a href="compiler.html"style="text-decoration: none;">
<div class="xop-info">
<h3><font color="brown"><b>Go</b></font></h3>
</div>
</a>
</div>
</li>
<li>
<div class="xop-box xop-img-3">
<a href="competitivepro.html"style="text-decoration: none;">
<div class="xop-info">
<h3><font color="maroon"><b>Go</b></font></h3>
</div>
</a>
</div>
</li>
<li>
<div class="xop-box xop-img-4">
<a href="interview.html"style="text-decoration: none;">
<div class="xop-info">
<h3><font color="indigo"><b>Go</b></font></h3>
</div>
</a>
</div>
</li>
<li>
<div class="xop-box xop-img-5">
<a href="blogs.html"style="text-decoration: none;">
<div class="xop-info"><h3><font color="red"> <b>Go</b></font></h3>
</div> </a>
</div>
</li>
<li>
<div class="xop-box xop-img-6">
<a href="events.html"style="text-decoration: none;">
<div class="xop-info">
<h3><font color="brown"><b>Go</b></font></h3>
</div></a>
</div>
</li>
<li>
<div class="xop-box xop-img-7">
<a href="comat.html"style="text-decoration: none;">
<div class="xop-info">
<h3><font color="white"><b>Go</b></font></h3>
</div></a>
</div>
</li>
<li>
<div class="xop-box xop-img-8">
<a href="github.html"style="text-decoration: none;">
<div class="xop-info">
<h3><font color="maroon"><b>Go</b></font></h3>
</div></a>
</div>
</li>
<li>
<div class="xop-box xop-img-9">
<a href="project.html"style="text-decoration: none;">
<div class="xop-info">
<h3><font color="white"><b>Go</b></font></h3>
</div></a>
</div>
</li>
</ul>
</div>
</center></div></div></div>
</body>
</html>