Skip to main content
Blue
LearnerHub
Library
Hackathons
Spaces
Mentors
Search...
Ctrl
K
Sign In
Get Started
Public
Run
Publish
index.html
style.css
app.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>My Space</title> <link rel="stylesheet" href="style.css" /> </head> <body> <div class="container"> <h1>Hello, World! 👋</h1> <p>Edit this Space to build something awesome.</p> <button onclick="greet()">Say Hello</button> </div> <script src="app.js"></script> </body> </html>
HTML
17 lines
Auto-preview
Preview
spaces.bluelearnerhub.com/preview/my-space