UNPKG

@cocreate/industry

Version:

An Exhaustive business app template based on vanilla javascript similar to a website template featuring websites, specialty crm, email templates for creating complex business workspace/shell. Easily configured using HTML5 attributes and/or JavaScript API.

31 lines (28 loc) 861 B
<!DOCTYPE html> <html lang="en"> <head> <title>Industry | CoCreateJS</title> <link rel="icon" type="image/png" sizes="32x32" href="../assets/favicon.ico" /> <link rel="manifest" href="/manifest.webmanifest" /> </head> <body> <form> <input array="industries" key="name" placeholder="industry Name" class="floating-label" /> <button actions="createIndustry">Create</button> <button actions="deleteIndustry" industry_id="6223c9a561f00516deff2c0e"> Delete </button> </form> <!--<script src="https://CoCreate.app/dist/CoCreate.js" ></script>--> </body> </html>