-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
51 lines (42 loc) · 889 Bytes
/
Copy pathabout.html
File metadata and controls
51 lines (42 loc) · 889 Bytes
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
<html>
<head><title> About </title>
<link rel="stylesheet" href="C:\Users\MY PC\Desktop\Me\My_Projects\S2\EEE\main.css">
</head>
<body align="center">
<header align=center>
About Us
</header>
<div class="bgs">
<br>
<br>
<div id="hd">
We are students of amrita vishwa vidypeetam coimbatore. we're beginners in coding, who yearn to find newer algorithms and unravel logic like digital explorers, eager to crack the next puzzle that turns lines of code into magic.
<br>
the below is the link to find more about our project:-
</div>
<br>
<br>
<div align="right">
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<a href="outline.html"><input class="abtbtn" height=10px cellpadding=20px type=button style="background-color:#e8daef;" value="Click to go Back"></a>
</div>
<br>
<br>
</div>
</body>
</html>