-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 933 Bytes
/
index.html
File metadata and controls
25 lines (25 loc) · 933 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8" />
<meta http-equiv="refresh" content="7; URL=https://phpservermonitor.org" />
<title>PHP Server Monitor redirect</title>
<style type="text/css">
body {
margin: 40px auto;
max-width: 650px;
line-height: 1.6;
font-size: 18px;
color: #444;
padding: 0 10px
}
</style>
</head>
<body>
<h1>PHP Server Monitor</h1>
We are redirecting you (in 7 seconds) to <a href="https://phpservermonitor.org">phpservermonitor.org</a> until this page is replaced with a nice website.<br>
<br>
This page is hosted on <a href="https://github.com/phpservermon/phpservermon.github.io">Github</a>.
</body>
</html>