Nee Update Only Desktop!

#3
by olimpa - opened

There are a few ways to force your HTML code to only display on desktop. One way is to use the meta tag. To do this, add the following code to the head of your HTML document:

This will tell the browser to render your website at its default width, which is usually the width of a desktop screen.

Another way to force your HTML code to only display on desktop is to use the window.matchMedia() function. To do this, add the following code to the head of your HTML document:

This will create a function called isDesktop() that checks if the current browser is a desktop browser. You can then use this function to conditionally render your HTML code. For example, you could use the following code to only render the desktop version of your website:

This is the desktop version of my website

Finally, you can also use the @media rule to force your HTML code to only display on desktop. To do this, add the following code to the head of your HTML document:

Add a drop-down list to the schedule as well as who generated it.

Sign up or log in to comment