-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
40 lines (35 loc) · 1.56 KB
/
index.php
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="author" content="Brandan Tyler Lasley" />
<meta name="viewport" content="width=device-width initial-scale=1.0 maximum-scale=1.0 user-scalable=yes" />
<title>Oregon 911 - Notice</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link type="text/css" rel="stylesheet" href="css/call.css" />
<link type="text/css" rel="stylesheet" href="css/main.css" />
<link type="text/css" rel="stylesheet" href="css/call/wccca_fire.css" />
</head>
<body>
<div id="page">
<div class="header">
<p>Oregon 911 - Notice</p>
</div>
<div class="content">
<div style="padding-top: 20px;">
<div id="page-wrapper">
<h1> Oregon 9-1-1 </h1>
<details open>
<summary>Service Notice</summary>
<p> Due to WCCCA discontinuing the public CAD system this service is no longer available </p>
<p> The calls page will be the only functioning remaining page </p>
</details>
<?php
echo "<p>Copyright © " . date("Y") . " Oregon 911. All Rights Reserved.</p>\n";
?>
</div>
</div>
</div>
</div>
</body>
</html>