Last active
January 2, 2022 01:46
-
-
Save AdmiralPotato/fc669419ef7e03d8c36c6158dce1e1f7 to your computer and use it in GitHub Desktop.
Can GitHub VsCode in a Gist?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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