scrimba
Code with AI
Build with ChatGPT
Interactive event invite - part 1
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Interactive event invite - part 1
AboutCommentsNotes
Interactive event invite - part 1
Expand for more info
index.html
run
preview
console
<!doctype html>
<html>
<head>
<title>GIF Gala</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>Hello world</h1>
<script src="script.js"></script>
</body>
</html>
Console
/index.html
-9:41