Update index.html
This commit is contained in:
parent
38bd89b150
commit
8161669705
1 changed files with 30 additions and 1 deletions
31
index.html
31
index.html
|
|
@ -87,7 +87,14 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="developer-info">
|
||||
<p>Developed by <strong>0x0806</strong></p>
|
||||
<p>Dashboard by <strong>0x0806</strong></p>
|
||||
<p>Content by <strong>CyberAlbSecOP</strong></p>
|
||||
<p class="repo-credit">
|
||||
<i class="fas fa-star"></i>
|
||||
<a href="https://github.com/CyberAlbSecOP/Awesome_GPT_Super_Prompting" target="_blank">
|
||||
Awesome GPT Super Prompting
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</aside>
|
||||
|
|
@ -197,6 +204,28 @@
|
|||
<!-- Dynamically populated -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="dashboard-card credits-card">
|
||||
<h3>Credits & Attribution</h3>
|
||||
<div class="credits-content">
|
||||
<div class="credit-item">
|
||||
<div class="credit-avatar">
|
||||
<i class="fas fa-shield-alt"></i>
|
||||
</div>
|
||||
<div class="credit-info">
|
||||
<h4>CyberAlbSecOP</h4>
|
||||
<p>Creator of Awesome GPT Super Prompting Repository</p>
|
||||
<p class="credit-stats">2000+ ⭐ | Advanced Prompt Engineering Collection</p>
|
||||
<a href="https://github.com/CyberAlbSecOP/Awesome_GPT_Super_Prompting" target="_blank" class="credit-link">
|
||||
<i class="fab fa-github"></i> View Repository
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="credit-description">
|
||||
<p>This dashboard showcases content from the comprehensive collection of ChatGPT jailbreaks, GPT assistant prompt leaks, prompt injection techniques, and security tools curated by CyberAlbSecOP.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue