Skip to content

Instantly share code, notes, and snippets.

@mattparlane
Created February 25, 2021 01:21
Show Gist options
  • Save mattparlane/26604654bc4b7ce79d6aea2245d61ef5 to your computer and use it in GitHub Desktop.
Save mattparlane/26604654bc4b7ce79d6aea2245d61ef5 to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<head>
<script crossorigin=anonymous src="https://code.jquery.com/jquery-3.5.1.slim.js"></script>
<script crossorigin=anonymous src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.js"></script>
<link rel=stylesheet crossorigin=anonymous href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.css">
<link rel=stylesheet crossorigin=anonymous href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css">
<link rel=stylesheet href="{{{default_style}}}">
<link rel=stylesheet href="{{{google_font_urls}}}">
</head>
<body>
{{{sector-Main}}}
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment