Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update page.html
Reverting some personal changes.
  • Loading branch information
Garreau Alexandre committed Dec 26, 2013
commit 973dfa9bb169d6ada454f44cd1be4e4dd883955b
16 changes: 9 additions & 7 deletions tpl/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Paste-713</title>
<title>ZeroBin</title>
<meta charset="utf-8" />
<meta content="initial-scale=1.0, user-scalable=yes" name="viewport" />

Expand All @@ -25,8 +25,9 @@
<body>
<header>
<aside id="about">
<p>ZeroBin is a minimalist, <a href="//www.gnu.org/philosophy/free-sw.html">free</a> online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted <em>in the browser</em> using 256 bits AES. More information on the <a href="http://sebsauvage.net/wiki/doku.php?id=php:zerobin">project page</a>.</p>
<p><span style="text-decoration:blink;font-size:10pt;color:#a4b3c4;">&#9654;</span> Note: Kittens will die if you abuse this service.</p>
<p>ZeroBin is a minimalist, open-source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted <em>in the browser</em> using 256 bits AES. More information on the <a href="http://sebsauvage.net/wiki/doku.php?id=php:zerobin">project page</a>.</p>
<p><span style="text-decoration:blink;font-size:10pt;color:#a4b3c4;">&#9654;</span> Note: This is a test service:
Data may be deleted anytime. Kittens will die if you abuse this service.</p>
</aside>
<h1 title="Paste-713" onclick="window.location.href=scriptLocation();return false;">Paste-713</h1>
<p>Because ignorance is bliss</p>
Expand All @@ -44,10 +45,11 @@ <h1 title="Paste-713" onclick="window.location.href=scriptLocation();return fals
<aside id="ienotice">
<p>Still using Internet Explorer? Do yourself a favor, switch to a modern browser:</p>
<ul>
<li><a href="//www.gnu.org/software/gnuzilla/"><abbr titre="GNU’s Not Unix" class="acronym">Gnu</abbr> IceCat</a> (100% <a href="//www.gnu.org/philosophy/free-sw.html">free (as in “freedom”)</a> version of <a href="//www.mozilla.org/firefox/">Mozilla Firefox</a>),</li>
<li><a href="//projects.gnome.org/epiphany/">GNOME Web</a> (a very simple browser based on WebKit rendering engine, the fastest, also used by Chrome, Opera and Safari),</li>
<li><a href="//www.srware.net/fr/software_srware_iron.php">SRWare Iron</a> (privacy-carefull version of <a href="http://www.chromium.org/Home">Chromium</a>, <a href="//www.gnu.org/philosophy/free-sw.html">free software</a> on which is based Google Chrome)…</li>
</ul>
<li><a href="//www.mozilla.org/firefox/">Firefox</a>,</li>
<li><a href="//www.opera.com/">Opera</a>,</li>
<li><a href="//www.google.com/chrome">Chrome</a>,</li>
<li><a href="//www.apple.com/safari">Safari</a>…</li>
</ul>
</aside>
<p id="status">{$STATUS}</p>
<p id="errormessage" style="display:none">{$ERRORMESSAGE|htmlspecialchars}</p>
Expand Down