Created
February 28, 2020 20:18
-
-
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 :)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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