Skip to content

Instantly share code, notes, and snippets.

@chiedo
Created April 18, 2019 01:01
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 chiedo/fe9afac7eede3946ec5c6a61ccefc78d to your computer and use it in GitHub Desktop.
Save chiedo/fe9afac7eede3946ec5c6a61ccefc78d to your computer and use it in GitHub Desktop.
Hello world starter pack
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Hello World</title>
<script src="script.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
Hello World
</body>
</html>
console.log('Hello world');
body {
background: #ffffff;
color: #000000;
}
body {
background: #ffffff;
color: #000000;
}
body {
background: #ffffff;
color: #000000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment