Skip to content

Instantly share code, notes, and snippets.

@laage
Last active December 22, 2019 17: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 laage/62b01d5d9eb7f47b07afe5c3cf2e8491 to your computer and use it in GitHub Desktop.
Save laage/62b01d5d9eb7f47b07afe5c3cf2e8491 to your computer and use it in GitHub Desktop.
GistPad_Test
h1 {
color: blueviolet;
}
<!DOCTYPE html>
<html>
<head>
<title>GistPad Test</title>
<link rel="stylesheet" type="text/css" href="index.css">
</head>
<body>
<h1>GistPad Test</h1>
<p>Test of the GistPad Extension for Visual Studio Code.</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment