www.spaceplanner.app

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

index.html (615B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 	<head>
      4 		<title>Spaceplanner Email Verification</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="Verify your new email for Spaceplanner.App so it can be used for account communications and billing.">
     10 	</head>
     11 	<body>
     12 		<a href="/settings">Go to settings.<a>
     13 		<h1>Verify Your Email</h1>
     14 
     15 		<p id="wait">Wait while we send a verification code to your email...</p>
     16 	</body>
     17 </html>