UNPKG

@gridscale/api

Version:
17 lines (15 loc) 622 B
<html> <head> <title>gridscale API Client example</title> <style> form { width: 100%; text-align: center; } form input { display: block; position: relative; left: 50%; width: 200px; margin-left: -100px; margin-bottom: 2px; font-size: 14px; line-height: 1.5; padding: 2px 4px; } p.intro { display: block; padding: 8px; font-family: Verdana; background-color: #15425f; color: #fff; margin-bottom: 24px; } p.intro a { color: #fff; } </style> </head> <body> <h1>gridscale API Client example</h1> <script type="text/javascript" src="dist/index.js"></script> </body> </html>