Michele Gray (Talk | contribs) m (Changed protection level for "Get started" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))) |
|||
(42 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | # | + | <html> |
+ | <head> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
+ | <style> | ||
+ | .button { | ||
+ | background-color: #ff3f81; | ||
+ | border: none; | ||
+ | color: white; | ||
+ | padding: 30px 30px; | ||
+ | text-align: center; | ||
+ | text-decoration: none; | ||
+ | font-family:cairo; | ||
+ | font-size:16px; | ||
+ | display: inline-block; | ||
+ | margin: 50px 25px; | ||
+ | cursor: pointer; | ||
+ | border-radius: 50px; | ||
+ | } | ||
+ | |||
+ | .button:hover { | ||
+ | background-color: #f1f1f1; | ||
+ | } | ||
+ | </style> | ||
+ | </head> | ||
+ | <body> | ||
+ | |||
+ | |||
+ | |||
+ | <a href="https://wiki.sine.space/index.php?title=Creator_signup_through_SDK"><button class="button">Creator signup through SDK</button></a> | ||
+ | <a href="https://wiki.sine.space/index.php?title=Creator_signup_through_web"><button class="button">Creator signup through web</button></a> | ||
+ | |||
+ | </body> | ||
+ | </html> | ||
+ | |||
+ | {{Creation Navbox}} |