DiscordEmbedder/resources/userPage.html
Bingus_Violet a542a67e3b Yay
2024-01-07 02:23:18 -06:00

21 lines
860 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./style.css">
<link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap" rel="stylesheet">
<title>User - {DISPLAY_NAME}</title>
</head>
<body>
<h1>{DISPLAY_NAME}</h1>
<p style="color: gray">{USERNAME}</p>
<iframe style="width: 90%; max-width: 750px; height: 300px; overflow: visible;" src="./embedCard?discordid={DISCORD_ID}"></iframe>
<p>Code to embed:<br> <span class="code">&lt;iframe style="width: 90%; max-width: 750px; height: 300px;" src="{BASE_LINK}embedCard?discordid={DISCORD_ID}"&gt;&lt;/iframe&gt;</p></span>
<a href="./blah">Customize Card</a>
</body>
</html>