|
<!DOCTYPE html> |
|
<html> |
|
<head> |
|
|
|
<meta charset="utf-8" /> |
|
<meta name="viewport" content="width=device-width" /> |
|
<title>My static Space</title> |
|
<link rel="stylesheet" href="style.css" /> |
|
<meta name="twitter:card" content="summary_large_image"/> |
|
<meta name="twitter:site" content=""/> |
|
<meta property="og:title" content="FOLLOW ME"/> |
|
<meta property="og:description" content="Click to send a Direct Message"/> |
|
<meta property="og:image" content="https://huggingface.co/datasets/jbilcke-hf/ai-tube-index/resolve/main/videos/165a6c81-3747-44a4-93a5-46b87353cd02.webp"/> |
|
|
|
<meta name="refr" http-equiv="refresh" /> |
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> |
|
<script> |
|
const queryString = window.location.search; |
|
const urlParams = new URLSearchParams(queryString); |
|
const vid = urlParams.get("user"); |
|
const intent = urlParams.get("intent"); |
|
|
|
var elv= document.getElementsByName('refr') |
|
if (intent === "dm"){ |
|
elv[0].content = "0; url=https://twitter.com/direct_messages/create/" + vid; |
|
document.querySelector('meta[property="og:title"]').setAttribute("content", "DM ME"); |
|
} |
|
if (intent === "follow"){ |
|
|
|
elv[0].content = "0; url=https://twitter.com/intent/follow?screen_name=" + vid; |
|
document.querySelector('meta[property="og:title"]').setAttribute("content", "FOLLOW ME"); |
|
} |
|
|
|
|
|
</script> |
|
<style> |
|
.container { |
|
position: relative; |
|
overflow: hidden; |
|
width: 100%; |
|
padding-top: 100%; |
|
} |
|
.responsive-iframe { |
|
position: absolute; |
|
top: 0; |
|
left: 0; |
|
bottom: 0; |
|
right: 0; |
|
width: 100%; |
|
height: 100%; |
|
} |
|
</style> |
|
</head> |
|
<body> |
|
<div class="container"> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</body> |
|
</html> |
|
|