21 lines
926 B
HTML
21 lines
926 B
HTML
|
<!doctype html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8" />
|
||
|
<link rel="icon" type="image/svg+xml" href="/favico.png" />
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
|
<meta name="description" content="Decrypt Widevine and PlayReady protected content." />
|
||
|
<meta name="keywords" content="CDRM, Widevine, PlayReady, DRM, Decrypt, CDM, CDM-Project, CDRM-Project, TPD94, Decryption" />
|
||
|
<meta property='og:title' content='CDRM-Project' />
|
||
|
<meta property='og:description' content='Decrypt Widevine & PlayReady Content' />
|
||
|
<meta property='og:image' content='https://cdrm-project.com/lockforog.png' />
|
||
|
<meta property='og:url' content='https://cdrm-project.com/' />
|
||
|
<meta property='og:locale' content='en_US' />
|
||
|
<title>CDRM-Project</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="root"></div>
|
||
|
<script type="module" src="/src/main.jsx"></script>
|
||
|
</body>
|
||
|
</html>
|