Fix indentation and close tags in html templates and css
[gamestick-pjgsapi.git] / templates / activate-success.phtml
index 3378f867e82d1a53efcbdc69c88e1b3bed608af9..57c9355f24c34106a1498e891217561c1747406b 100644 (file)
@@ -1,28 +1,26 @@
-
 <html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-  <meta charset="utf-8"/>
-  <title>GameStick activation: Success</title>
-  <link rel="stylesheet" href="css/css.css">
-
-</head>
-<body>
-  <h1 id="logo_small"><a href="#">Game Stick</a></h1>
-  <div id="gs" >
+  <head>
+    <meta charset="utf-8"/>
+    <title>GameStick activation: Success</title>
+    <link rel="stylesheet" href="css/css.css"/>
+  </head>
+  <body>
+    <h1 id="logo_small"><a href="#">Game Stick</a></h1>
+    <div id="gs">
+      <div id="page_1" class="page">
 
-    <div id="page_1" class="page">
-
-      <div class="register_bar"><img style="width: 100%" src="img/register_bar.png"></div>
-      <div id="content">
-        <div class="succes">
-          <p>PlayJam GameStick activation complete</p>
-          <br>
-          <p>
-            Your profile has been updated.
-            You can continue with your GameStick setup.
-          </p>
-        </div>  
+        <div class="register_bar"><img style="width: 100%" src="img/register_bar.png"/></div>
+        <div id="content">
+          <div class="succes">
+            <p>PlayJam GameStick activation complete</p>
+            <br/>
+            <p>
+              Your profile has been updated.
+              You can continue with your GameStick setup.
+            </p>
+          </div>
+        </div>
       </div>
-
-    </body>
-    </html>
+    </div>
+  </body>
+</html>