mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 23:36:16 -04:00
Removed stats.txt functionality as it doesn't add much.
This commit is contained in:
parent
06d4002c6b
commit
720b7a3e3f
3 changed files with 4 additions and 57 deletions
|
@ -292,10 +292,6 @@
|
|||
<img src="<%- require('../static/images/bug-16x16.png') %>" />
|
||||
Report a bug
|
||||
</a></li>
|
||||
<li role="presentation"><a href="#stats" aria-controls="messages" role="tab" data-toggle="tab">
|
||||
<img src="<%- require('../static/images/stats-16x16.png') %>" />
|
||||
Stats
|
||||
</a></li>
|
||||
<li role="presentation"><a href="#about" aria-controls="messages" role="tab" data-toggle="tab">
|
||||
<img src="<%- require('../static/images/speech-16x16.png') %>" />
|
||||
About
|
||||
|
@ -348,11 +344,6 @@
|
|||
<br>
|
||||
<a class="btn btn-primary" href="https://github.com/gchq/CyberChef/issues/new" role="button">Raise issue on GitHub</a>
|
||||
</div>
|
||||
<div role="tabpanel" class="tab-pane" id="stats">
|
||||
<br>
|
||||
<p>If you're a nerd like me, you might find statistics really fun! Here's some about the CyberChef code base:</p>
|
||||
<br><pre><%= htmlWebpackPlugin.options.codebaseStats %></pre>
|
||||
</div>
|
||||
<div role="tabpanel" class="tab-pane" id="about" style="padding: 20px;">
|
||||
<h4>What</h4>
|
||||
<p>A simple, intuitive web app for analysing and decoding data without having to deal with complex tools or programming languages. CyberChef encourages both technical and non-technical people to explore data formats, encryption and compression.</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue