Insert <link/>
tag
To customize and expand the functionality of your website or add resources, you can add your own custom <link/>
tags.
Add a <link/>
tag
To add your own <link/>
tag with your custom classes, follow these steps:
- Open the Websites application in RevasOS;
- Click Settings;
- Click Custom code injection and start typing in the Custom code <\head> tag field or the Custom code <\body> tag field the tag with the classes, with a structure similar to this:
html
<link rel="stylesheet" href="styles.css">
- When you're done, make sure you know where the code comes from and how it works to ensure its safety. Once you've checked it, select the Code is safe checkbox and then the Update custom code button to apply the code.