Layout for activation HTML templates
[gamestick-pjgsapi.git] / templates / activate-success.phtml
index cc7f8580e0b3f104fa94a67f587dad9de06e5c91..3378f867e82d1a53efcbdc69c88e1b3bed608af9 100644 (file)
@@ -1,13 +1,28 @@
+
 <html xmlns="http://www.w3.org/1999/xhtml">
-  <head>
-    <meta charset="utf-8"/>
-    <title>GameStick activation: Success</title>
-  </head>
-  <body>
-    <h1>PlayJam GameStick activation complete</h1>
-    <p>
-      Your profile has been updated.
-      You can continue with your GameStick setup.
-    </p>
-  </body>
-</html>
+<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 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>
+
+    </body>
+    </html>