www.spaceplanner.app

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

index.html (651B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 	<head>
      4 		<title>Spaceplanner Floorplans</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="Create new floor plans or manage existing ones.">
     11 	</head>
     12 	<body>
     13 		<h1>Floorplans</h1>
     14 	
     15 		<form><label for="filter">Search: </label><input id="filter" name="q" type="text" disabled></input></form>
     16 
     17 		<hr>
     18 
     19 		<ul id="floorplans" class="grid"></ul>
     20 	</body>
     21 </html>