Skip to content

Instantly share code, notes, and snippets.

@steppat
Last active March 24, 2022 19:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save steppat/77209c371c98a97ae1f37c20584019f6 to your computer and use it in GitHub Desktop.
Save steppat/77209c371c98a97ae1f37c20584019f6 to your computer and use it in GitHub Desktop.
String head =
"""
<head>
<meta charset=\"utf-8\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
<link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css\"
+ "integrity=\"sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm\" crossorigin=\"anonymous\">
</head>
""";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment