-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
85 lines (61 loc) · 2.14 KB
/
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
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="assets/css/vendors.css" />
<link rel="stylesheet" href="assets/css/helppage.css">
<title>Saferpay documentation | Changelog</title>
<script>
window.location.replace("https://docs.saferpay.com/home/changelog");
</script>
</head>
<body data-spy="scroll" data-target="#navScrollspy">
<div id="content" class="container-fluid">
<div>
<nav class="hidden-xs hidden-sm hidden-md" id="navScrollspy">
<div data-spy="affix" class="affix">
<h3>
<span style="font-size: x-large; font-weight: bold">Saferpay</span>
<span class="text-primary">Changelog</span>
</h3>
<ul class="nav">
<li class="active">
<a href="#intro">Introduction</a>
</li>
</ul>
</div>
</nav>
<span class="print-page-break"></span>
<main>
<div class="hidden-print hidden-lg">
<div id="navCollapse">
<button class="menu-btn" type="button" data-toggle="collapse" data-target="#menu-collapse">
<span class="glyphicon glyphicon-menu-hamburger"></span>
<h3 style="display: inline-block">
<span style="font-size: x-large; font-weight: bold">Saferpay</span>
<span class="text-primary">Changelog</span>
</h3>
</button>
</div>
<ul class="nav collapse" id="menu-collapse">
<li class="active">
<a href="#intro">Introduction</a>
</li>
</ul>
</div>
<section>
<h1>Site moved</h1>
<div class="row"><div class="col-sm-6"><div class="warning" style="min-height: 75px;">
<span class="glyphicon glyphicon-exclamation-sign" style="color: rgb(240, 169, 43);font-size: 55px;float: left;height: 75px;margin-right: 15px;margin-top: 0px;"></span>
<p><strong>SITE MOVED:</strong> This changelog is outdated, as of September 3rd 2021. The new and improved changelog can be found under <a href="https://docs.saferpay.com/home/changelog">https://docs.saferpay.com/</a>.</p>
</div></div></div>
</section>
<div class="scroll-top-wrapper">
<a href="#top" class="scroll-top-inner" onclick="$('html,body').animate({ scrollTop: 0 }, 'slow'); return false;">
<span class="glyphicon glyphicon-chevron-up"></span> Back to Top
</a>
</div>
<script src="assets/js/vendors.js"></script>
<script src="assets/js/helppage.js"></script>
</body>
</html>