Franklin
Sun Feb 4 22:09:09 2024
Tokens used: 525
Completion Tokens: 60
Prompt Tokens: 465
Avg cost: $0.01050
oi asked:
create an html document that includes https://notbyai.fyi/img/not-by-ai.svg as an inline image
Bot: Sure, here is the HTML code for the document:
<html>
<head>
<title>Not By AI Badge</title>
</head>
<body>
<img src="https://notbyai.fyi/img/not-by-ai.svg" />
</body>
</html>