-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtcs.html
More file actions
33 lines (32 loc) · 1.06 KB
/
tcs.html
File metadata and controls
33 lines (32 loc) · 1.06 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>tcs-codevita</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="main">
<div class="header">
<div class="logo">
<img src="image/Screenshot 2025-09-11 155952.png" alt="">
</div>
<ul class="nav-links">
<li><a href="#">HOME</a></li>
<li><a href="#">ABOUT</a></li>
<li><a href="#">SAMPLE QUESTIONS</a></li>
<li><a href="#">ABOUT</a></li>
<li> <a href="#">FAQS</a></li>
<li> <a href="#">CONTACTS</a></li>
<li> <a href="#">BLOG</a></li>
</ul>
</div>
<div class="home">
<h2>Scheduled Downtime</h2>
<p></p>All functionalities, including logins and registrations, are temporarily paused. Please check back later.
<p></p>
</div>
</div>
</body>
</html>