Skip to content

Instantly share code, notes, and snippets.

@insyri
Created May 22, 2021 14:02
Show Gist options
  • Save insyri/02c3f08380d505bc6cd2a1fda1ec1613 to your computer and use it in GitHub Desktop.
Save insyri/02c3f08380d505bc6cd2a1fda1ec1613 to your computer and use it in GitHub Desktop.
<!--This is a just that is literally a copypaste for connecting CSS and JS to your html page.-->
<link rel="stylesheet" type="text/css" href="file.css">
<script src="./file.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment