www.spaceplanner.app

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

index.html (562B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 	<head>
      4 		<title>Spaceplanner Services</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="./main.css">
      8 		<script type="module" src="./main.js"></script>
      9 		<meta name="viewport" content="width=device-width">
     10 		<meta name="description" content="Subscribe to Spaceplanner.App and begin creating floor plans in minutes.">
     11 	</head>
     12 	<body>
     13 		<form id="services" hidden><legend><h1>Services</h1></legend></form>
     14 	</body>
     15 </html>