UNPKG

web3.db-fileconnector

Version:

GraphQL System Built on web3 technologies. Web3.DB is an open database built on top of web3 technologies. It is a decentralized, open-source database that allows users to store and query data in a secure and efficient manner. The system is designed to be

13 lines (12 loc) 329 B
<!doctype html> <html> <head> <title>Simple Node.js UI</title> <link rel="stylesheet" type="text/css" href="styles.css" /> </head> <body> <h1>Welcome to My Simple Node.js UI</h1> <p>This is a basic user interface created with Node.js.</p> <script src="script.js"></script> </body> </html>