-
Notifications
You must be signed in to change notification settings - Fork 0
/
messages.html
54 lines (51 loc) · 2.01 KB
/
messages.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
<!DOCTYPE html>
<html>
<head>
<title></title>
<link rel="stylesheet" type="text/css" href="style2.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
</head>
<body>
<header class="site-header clearfix">
<nav>
<div class="logo">
<a href="#"><h1>The LiFiVerse</h1></a>
</div>
<div class="menu">
<ul>
<a href="index.html"><li>Home</li></a>
<a href="messages.html"><li>Messages</li></a>
<a href="https://en.wikipedia.org/wiki/Li-Fi"><li>LiFi</li></a>
<a href="about.html"><li>About Us</li></a>
</ul>
</div>
</nav>
<section>
</div>
<div class="box" style="margin-right: -85%; color:#fff; margin-left: 15%;">
<h1 style = "background: transparent;
font-size: 20px;
padding: 10px;
border: 1px solid lightgray;
margin: 10px;">
Following are the messages that you can send through the app</h1>
<center>
<div class="bx" style="margin-left: -11%; width:110%; height: 1100px;"><h2>1. Pranav <br> 2. Aryaka <br> 3. Atharv <br> 4. Jayanth <br> 5. Shalu <br> 6. Yashwant <br> 7. Group 17 <br> 8. Design Practicum <br> 9. Independence Day <br> 10. HappyJanmashtami <br> 11. IIT MANDI <br> 12. INDIA <br> 13. Light Fidelity <br> 14. LiFiVerse <br> 15. Dashir <br> 16. Suraj Tal <br> 17. Beaskund <br> 18. Gaurikund <br> 19. Chandrataal <br> 20. Suvalsar <br> 21. Nako <br> 22. Prashar</h2>
</div>
</center>
</div>
<div class="pg-footer">
<footer class="footer">
<div class="footer-content">
<div class="footer-content-column">
<div class="footer-logo">
<a class="footer-logo-link" href="#">
<span class="hidden-link-text">LOGO</span>
<img src="logo.png" style="margin-left: 45%;">
</a>
</div>
</footer>
<p style="margin-top: -46px; margin-left: 46%; color: #fff; width: 600px;">©2022. | Designed By: Pranav Dharme. | All rights reserved.</p>
</div>
</body>
</html