scrimba
Learn Git
Sharing is Caring
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

Sharing is Caring
AboutCommentsNotes
Sharing is Caring
Expand for more info
index.html
run
preview
console
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Radical Reptiles</title>
<link rel="stylesheet" href="style.css">
</head>

<body>

<script src="index.pack.js"></script>
</body>

</html>
Console
/index.html
-6:41