Skip to content

Instantly share code, notes, and snippets.

@babbitt
Created February 28, 2020 20:18
Show Gist options
  • Save babbitt/82ce92d1f70dabd19c63018183cdac41 to your computer and use it in GitHub Desktop.
Save babbitt/82ce92d1f70dabd19c63018183cdac41 to your computer and use it in GitHub Desktop.
Use this to get up and running. We'll build from here. If you don't understand it all that's ok :)
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Yeah, I made a website">
</head>
<body>
</body>
<style>
@import url('https://fonts.googleapis.com/css?family=Spartan&display=swap');
</style>
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/js/all.min.js"></script>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment