Last active
September 16, 2020 16:56
-
-
Save SalmanRavoof/f14a2f61ce6522ea7f11bbc2e005bc65 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<html> | |
<head> | |
<style> | |
/* kinsta-banner is used on the homepage only */ | |
.kinsta-banner { font-size: 150% } | |
.kinsta-banner { width: 75% } | |
</style> | |
</head> | |
<body> | |
<!-- kinsta banner START --> | |
<div>...</div> | |
<!-- kinsta banner END --> | |
<script> | |
kinstaScripts(); // random scripts used on the page | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment