Aesthetic Editor
index.html
styles.css
app.js
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>My Awesome Project</title> <link rel="stylesheet" href="styles.css"> </head> <body> <div class="container"> <h1 class="text-gradient">Welcome to My Editor</h1> <p>Start coding your amazing project here!</p> <button id="mainBtn">Click Me</button> </div> <script src="app.js"></script> </body> </html>
TERMINAL
$ npm start
Starting development server...
Compiled successfully!
You can now view my-app in the browser.
Local: http://localhost:3000
On Your Network: http://192.168.1.100:3000
Note that the development build is not optimized.
To create a production build, use npm run build.
$
main*
Prettier
JavaScript
UTF-8
LF
Ln 10, Col 15

Made with DeepSite LogoDeepSite - 🧬 Remix