I used an EZpage with the following code
HTML Code:
<a title="How to make a Bun" href="/steps/bun.html" target="_blank" rel="noopener noreferrer">Bun</a>
Then created a folder called steps with bun.html inside the folder at my root
bun.html is a DOCTYPE
Trying to use a constant for my YOUR_TEMPLATE name below, so I don't have to edit over 40 files each time on an upgrade and change the name for my override.
HTML Code:
<link href="../includes/templates/YOUR_TEMPLATE/css/step_by_step_guides.css" rel="stylesheet">