12 lines
486 B
HTML
12 lines
486 B
HTML
<a href="{{ .url }}" class="subject-card" target="_blank" rel="noopener" style="--color: {{ .color }}">
|
|
<div class="subject-icon">
|
|
<svg viewBox="0 0 24 24" width="40" height="40" fill="none" stroke="currentColor" stroke-width="1.5">
|
|
<path d="M3 7v10a2 2 0 002 2h14a2 2 0 002-2V7"/>
|
|
<path d="M21 7a2 2 0 00-2-2H5a2 2 0 00-2 2"/>
|
|
<path d="M12 5v14"/>
|
|
</svg>
|
|
</div>
|
|
<h3>{{ .name }}</h3>
|
|
<p class="subject-pw">密码: <code>{{ .password }}</code></p>
|
|
</a>
|