-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsoon.php
More file actions
31 lines (23 loc) · 818 Bytes
/
Copy pathsoon.php
File metadata and controls
31 lines (23 loc) · 818 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
<?php
include 'inc/session.php';
?>
<!DOCTYPE html>
<html>
<head>
<title>Coming Soon | Fidelity Schools</title>
<?php include 'inc/link.php'; ?>
</head>
<?php include 'inc/sidebar.php'; ?>
<div class="text-center text-light">
<h1 class="font-weight-bold mt-5"">
<span style="color: red">O</span>
<span style="font-size: 70px; color: cyan">O</span>
<span style="font-size: 90px; color: magenta">P</span>
<span style="font-size: 110px; color: yellow">S</span>
<span style="font-size: 90px; color: blue;">!</span>
<span style="font-size: 70px; color: green;">!</span>
<span style="color: rgb(2, 255, 234)">!</span>
</h1>
<h1 class="font-weight-bold" style="color: rgb(2, 255, 234)">COMING SOON</h1>
</div>
<?php include 'inc/footer.php'; ?>