Skip to content

Instantly share code, notes, and snippets.

@technophilic
Created July 16, 2019 14:48
Show Gist options
  • Save technophilic/eee8c24b02012e0cb3720f63438b064c to your computer and use it in GitHub Desktop.
Save technophilic/eee8c24b02012e0cb3720f63438b064c to your computer and use it in GitHub Desktop.
sample html network
<html>
<head>
<link href="..." rel="stylesheet" />
<link href="..." rel="stylesheet" />
<link href="..." rel="stylesheet" />
</head>
<body>
.
.
.
.
<script src="..."></script>
<script src="..."></script>
<script src="..."></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment