9 lines
163 B
HTML
9 lines
163 B
HTML
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<title>VS Code Rocks!</title>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<h1>VS Code can do that?</h1>
|
||
|
|
<p>Yes it can!</p>
|
||
|
|
</body>
|
||
|
|
</html>
|