Created
February 25, 2021 01:21
-
-
Save mattparlane/26604654bc4b7ce79d6aea2245d61ef5 to your computer and use it in GitHub Desktop.
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> | |
<script crossorigin=anonymous src="https://code.jquery.com/jquery-3.5.1.slim.js"></script> | |
<script crossorigin=anonymous src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.js"></script> | |
<link rel=stylesheet crossorigin=anonymous href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.css"> | |
<link rel=stylesheet crossorigin=anonymous href="https://cdn.jsdelivr.net/npm/[email protected]/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