Skip to content

Instantly share code, notes, and snippets.

@btopro
Created January 7, 2022 19:17
Show Gist options
  • Save btopro/23090d5ef600a9e9da91d00cdff2b946 to your computer and use it in GitHub Desktop.
Save btopro/23090d5ef600a9e9da91d00cdff2b946 to your computer and use it in GitHub Desktop.
<!DOCTYPE html> 
<html> 
    <head> 
        <meta charset="UTF-8"> 
        <title>Page Title</title> 
        <link rel="stylesheet" href="styles.css"> 
    </head> 
    <body> 
        <!-- Add content here --> 
    </body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment