Skip to content

Commit dcdd325

Browse files
authored
Update index.html
1 parent 0874df9 commit dcdd325

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ <h3>Scenarios</h3>
7777
<ul>
7878
<li>* <b>I've downloaded a .docx file from an unverified source. Should I open it?</b> Probably not. But you could try to read it using this <a href="https://technoid99.github.io/docx-viewer/index.html">.docx viewer</a>. Read it as a plain text instead of as HTML. It's safest.</li>
7979
<li>* <b>I've downloaded a .xlsx file from an unverified source. Should I open it?</b> Probably not. But you could <a href="https://technoid99.github.io/xlsx-to-csv-converter/convert-xlsx-to-csv.html">convert the .xlsx to csv</a> then view it using this <a href="https://technoid99.github.io/csv-viewer/view-csv-online.html">csv viewer</a></li>
80+
<li>* <b>I want a webpage the latest news/posts from my favourite outlets (web sources).</b> Create a customised 'news feed' like <a href="https://technoid99.github.io/my_news_feed/">this</a> using a <a href="https://www.github.com>Github</a> account and <a href="https://github.com/technoid99/my_news_feed">this template</a>.</li>
8081
</ul>
8182
</div>
8283

@@ -92,6 +93,7 @@ <h3>Converters</h3>
9293
<div class="card">
9394
<h3>Online Viewers</h3>
9495
<ul>
96+
<li><a href="https://technoid99.github.io/jsonexplorer/">JSON explorer</a></li>
9597
<li><a href="https://technoid99.github.io/csv-viewer/view-csv-online.html">view CSV online</a></li>
9698
<li><a href="https://technoid99.github.io/docx-viewer/index.html">view DOCX online</a></li>
9799
</ul>

0 commit comments

Comments
 (0)