www.spaceplanner.app

Web client to the spaceplanner API
git clone git://jacobedwards.org/www.spaceplanner.app
Log | Files | Refs

index.html (480B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 	<head>
      4 		<title>Spaceplanner Billing</title>
      5 		<link rel="icon" href="/images/favicon.svg"/>	
      6 		<link rel="stylesheet" type="text/css" href="/css/main.css">
      7 		<script type="module" src="./main.js"></script>
      8 		<meta name="viewport" content="width=device-width">
      9 		<meta name="description" content="View and manage your Spaceplanner.App invoices, billing information, and subscription.">
     10 	</head>
     11 	<body>
     12 		<h1>Manage your subscription</h1>
     13 	</body>
     14 </html>