def get_standalone_common_headers() -> str:
_html = ""
with open("./static/resources/Standalone/nibblepoker.min.css", encoding='utf-8') as f:
_html += ""
with open("./static/resources/NibblePoker/css/extra.css", encoding='utf-8') as f:
_html += ""
return _html