Explorer
index.html
style.css
script.js
index.html
×
style.css
×
script.js
×
HTML
UTF-8
1 lines
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>New Project</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<h1>Welcome to Your New Project</h1>
<p>Start building something amazing!</p>
</div>
<script src="script.js"></script>
</body>
</html>
Preview
Console
> CodeStudio Pro console initialized
> Welcome! Use console.log(), console.warn(), and console.error() to see output here
>