-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathunder-construction.html
42 lines (42 loc) · 1.8 KB
/
under-construction.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CTC Cybersecurity | Under Construction - Cyber Awareness Tools & Resources</title>
<meta name="description" content="CTC Cybersecurity is currently building a platform to provide tools and resources for cyber awareness and digital safety. Launching soon!">
<meta name="keywords" content="CTC Cybersecurity, Cyber Awareness, Digital Safety, Online Security Tools, Cyber Resources, Coming Soon">
<meta name="robots" content="noindex, nofollow">
<link rel="canonical" href="https://ctccybersecurity.com/under-construction.html">
<link rel="stylesheet" href="css/countdown.css">
</head>
<body>
<div class="bgimg">
<div class="topleft">
<img src="images/ctclogo69.png" alt="CTC Cybersecurity Logo">
<p><strong>CTC Cybersecurity</strong></p>
</div>
<div class="content-wrapper">
<h1>COMING SOON</h1>
<hr>
<div id="demo" class="countdown"></div>
</div>
<div class="bottomleft">
<p>Building Cyber Awareness | Providing Tools and Resources</p>
</div>
</div>
<div class="footer">
<p>© 2024 CTC Cybersecurity. All Rights Reserved.</p>
</div>
<script src="js/countdown.js"></script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebPage",
"name": "CTC Cybersecurity - Under Construction",
"description": "CTC Cybersecurity is preparing a platform to offer tools and resources for cyber awareness and online safety.",
"url": "https://ctccybersecurity.com/under-construction.html"
}
</script>
</body>
</html>