|
|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
<head>
|
|
|
|
|
<style>
|
|
|
|
|
body {
|
|
|
|
|
font-family: 'Arial', sans-serif;
|
|
|
|
|
font-family: "Arial", sans-serif;
|
|
|
|
|
line-height: 16pt;
|
|
|
|
|
color: #101828;
|
|
|
|
|
background-color: #e9ebf0;
|
|
|
|
|
@ -61,9 +61,9 @@
|
|
|
|
|
<div class="container">
|
|
|
|
|
<div class="header">
|
|
|
|
|
<!-- Optional: Add a logo or a header image here -->
|
|
|
|
|
<img src="https://cloud.dify.ai/logo/logo-site.png" alt="Dify Logo" />
|
|
|
|
|
<!-- <img src="https://cloud.dify.ai/logo/logo-site.png" alt="Dify Logo" /> -->
|
|
|
|
|
</div>
|
|
|
|
|
<p class="title">Your login code for Dify</p>
|
|
|
|
|
<p class="title">Your login code</p>
|
|
|
|
|
<p class="description">Copy and paste this code, this code will only be valid for the next 5 minutes.</p>
|
|
|
|
|
<div class="code-content">
|
|
|
|
|
<span class="code">{{code}}</span>
|
|
|
|
|
|