Welcome to mirror list, hosted at ThFree Co, Russian Federation.

maintenance.tpl « templates « Morpheus « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 076b6a069a191f3df86d6cfec3440eaf96c01b97 (plain)
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
<!DOCTYPE html>
<html>
<head>
	<meta charset="utf-8">
	<meta name="robots" content="noindex,nofollow">
	<title>Piwik is undergoing maintenance</title>
	<link rel="shortcut icon" href="%faviconUrl%" />
	<link rel="stylesheet" type="text/css" href="plugins/Morpheus/stylesheets/simple_structure.css" />
</head>
<body id="simple">

<div class="logo">
	<img title="Piwik" alt="Piwik" src="%logoUrl%" />
	<br/>
	<a href='http://piwik.org/'>%piwikTitle%</a>
</div>

<div class="box">

	<div class="header">
		<h1>Piwik is undergoing maintenance</h1>
	</div>

	<div class="content">
        <p>
            We will be back up and running again soon, so please try again later. Your analytics data will continue to be tracked as normal. Thank you for your patience.
        </p>
	</div>

	<div class="footer">
	</div>

</div>

</body>
</html>