Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@AdmiralPotato
Last active January 2, 2022 01:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AdmiralPotato/fc669419ef7e03d8c36c6158dce1e1f7 to your computer and use it in GitHub Desktop.
Save AdmiralPotato/fc669419ef7e03d8c36c6158dce1e1f7 to your computer and use it in GitHub Desktop.
Can GitHub VsCode in a Gist?
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Can VSCode Online edit GitHub Gists?</title>
<link rel="stylesheet" href="./styles.css" />
</head>
<body>
<h1>Looks like it can!</h1>
<script>alert('Watch out for Goats!')</script>
</body>
</html>
body {
background-color: #000;
color: #eee;
font-family: monospace;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment