Test: Difference between revisions

From AI Wiki
(Replaced content with "<div class="nomobile"> only on desktop </div> <div class="nodesktop"> only on mobile </div>")
Tags: Replaced Reverted Visual edit: Switched
No edit summary
Tag: Reverted
Line 1: Line 1:
<div class="nomobile">
<mobileonly>This will not be displayed in desktop/full browsers, only in mobile browsers</mobileonly>
only on desktop
<nomobile>This will not be displayed in mobile browsers, only in desktop/full browsers</nomobile>
</div>
<div class="nodesktop">
only on mobile
</div>

Revision as of 18:53, 8 February 2023

This will not be displayed in desktop/full browsers, only in mobile browsers
This will not be displayed in mobile browsers, only in desktop/full browsers