-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (26 loc) · 865 Bytes
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BESSY Under Construction</title>
</head>
<body>
<style>
body{
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
text-align: center;
color: white;
background-color: #159148;
}
</style>
<h1>Sorry, Baliwag eServices System is currently inaccessible</h1>
<div>
<img src="http://www.baliwag.gov.ph/wp-content/plugins/under-construction-page/themes/under_construction_text/under_construction_text.png"
alt="BESSY IS UNDER CONSTRUCTION"
style="width: 100vw; filter: hue-rotate(90deg);"
>
</div>
</body>
</html>