This is a starter html snippet
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Your Website</title> | |
<link rel="stylesheet" type="text/css" href="styles.css"> | |
</head> | |
<body> | |
<h1>Hello html</h1> | |
<script src='app.js'></script> | |
</body> | |
</html> |
html { | |
font-size:2em; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment