www.spaceplanner.app

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

index.html (580B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 	<head>
      4 		<title>Spaceplanner Login</title>
      5 		<link rel="icon" href="/images/favicon.svg"/>	
      6 		<link rel="stylesheet" type="text/css" href="/css/main.css">
      7 		<link rel="stylesheet" type="text/css" href="/css/creds.css">
      8 		<script type="module" src="./main.js"></script>
      9 		<meta name="viewport" content="width=device-width">
     10 		<meta name="description" content="Login to Spaceplanner.App to create floor plans, manage your account, and more.">
     11 	</head>
     12 	<body>
     13 		<noscript><p>Unfortunately you must enable Javascript to login.</p></noscript>
     14 	</body>
     15 </html>