Skip to content

Instantly share code, notes, and snippets.

@t-palmer
Created April 14, 2018 00:09
Show Gist options
  • Save t-palmer/a5095434716b3e0dd81a3ddd7c9e1d9b to your computer and use it in GitHub Desktop.
Save t-palmer/a5095434716b3e0dd81a3ddd7c9e1d9b to your computer and use it in GitHub Desktop.
Simple index.html example for lite-server article
<!DOCTYPE html>
<html>
<head>
<title>lite-server</title>
</head>
<body>
<a href="https://github.com/johnpapa/lite-server">lite-server</a> is awesome!
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment