Add initial task division
[ssproject1617.git] / testcms-final-anon / upgrade / complete.php
1 <!doctype html>
2 <html lang="en-gb">
3 <head>
4 <meta charset="utf-8">
5 <title>Upgrade Test CMS</title>
6 <mate name="robots" content="noindex, nofollow">
7 <link rel="stylesheet" href="assets/css/app.css">
8 </head>
9 <body>
10
11 <h1><img src="assets/img/logo.gif" alt="Test CMS install logo"></h1>
12
13 <div class="content">
14 <h2>Upgrade Complete.</h2>
15
16 <p>Enjoy.</p>
17
18 <p><a href="../" class="button" style="float: none; display: inline-block;">Continue to your site</a></p>
19 </div>
20
21 </body>
22 </html>