Skip to content
andreyover edited this page May 2, 2023 · 1 revision

How to start?

There won't be a long introduction here, as I just don't need one.

To install SDP on your web project, you need to download or include the js file using the <script> method (recommended)

Okay, but how to include .sdp files?

You should use a regular <link> tag with a "rel" attribute that will have an "sdp" value:

<link rel="sdp" href="/mystyles.sdp">

Clone this wiki locally