-
Notifications
You must be signed in to change notification settings - Fork 0
/
maintenance.html
executable file
·59 lines (57 loc) · 3.61 KB
/
maintenance.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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>FlexScore - Site Maintenance
</title>
<!--<meta name="viewport" content="width=device-width, initial-scale=1.0">-->
<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" />
<meta name="description" content="FlexScore is temporarily down for scheduled maintenance.">
<meta name="author" content="FlexScore">
<meta content="u3kX0jqV2_YEhCCIzKks2-P3Ws45R2ESrSsLQkRCiaQ" name="google-site-verification">
<meta content="xZIdeyYAE_R97c0H6OGvkHeVWEI" name="alexaVerifyID">
<meta name="msvalidate.01" content="1967933DCC3E8DF336994671EAAE77FD" />
<script type="text/javascript" src="./uiconf.js"></script>
<!-- Le styles -->
<link href="./ui/css/bootstrap/bootstrap.css" rel="stylesheet">
<style type="text/css"> body {padding-top: 60px;padding-bottom: 40px;}
</style>
<link href="./ui/css/bootstrap/bootstrap-responsive.css" rel="stylesheet">
<link rel="stylesheet" href="./ui/css/bootstrap/flexscore.css?v=1" type="text/css" media="screen">
<link type="text/css" href="./ui/css/bootstrap/bootstrap-buttons-ls.css" rel="stylesheet">
<link rel="stylesheet" href="./ui/css/tabCss.css?v=2" type="text/css" media="screen">
<link rel="shortcut icon" href="./ui/images/favicon.png">
</head>
<body id="body" >
<div class="textureBackgroundWrap">
<div class="container">
<div style="padding:0px 0px 5px 5px;width:160px;font-size:0.9em">
<img width="160" style="width:160px" src="./ui/images/logo-color-trans.png" alt="FlexScore Logo">
<br>
<div class="clearOnly"></div>
</div>
<div id="homeBg" style="background:none">
</div>
<div class="row">
<div class="span12 round lightGray smallGlow floatR">
<!-- right column -->
<div class="articleContent">
<div style="font-weight:bold;font-size:150%;color:#333;line-height:1.5em">
Temporarily Down for Maintenance
</div>
<br>
<p>We are performing a scheduled maintenance. We should be back online shortly.</p>
</div>
<div class="clearOnly"></div>
<div class="vSpace hidden-phone">
</div>
</div>
<div class="clearOnly visible-phone twentypx">
</div>
</div>
</div>
<div class="vSpace">
</div>
</div>
</body>
</html>