Fix indentation and close tags in html templates and css
[gamestick-pjgsapi.git] / templates / activate-success.phtml
1 <html xmlns="http://www.w3.org/1999/xhtml">
2   <head>
3     <meta charset="utf-8"/>
4     <title>GameStick activation: Success</title>
5     <link rel="stylesheet" href="css/css.css"/>
6   </head>
7   <body>
8     <h1 id="logo_small"><a href="#">Game Stick</a></h1>
9     <div id="gs">
10       <div id="page_1" class="page">
11
12         <div class="register_bar"><img style="width: 100%" src="img/register_bar.png"/></div>
13         <div id="content">
14           <div class="succes">
15             <p>PlayJam GameStick activation complete</p>
16             <br/>
17             <p>
18               Your profile has been updated.
19               You can continue with your GameStick setup.
20             </p>
21           </div>
22         </div>
23       </div>
24     </div>
25   </body>
26 </html>