mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-31 20:53:34 +00:00
20 lines
631 B
HTML
20 lines
631 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Save Instructions</title>
|
|
</head>
|
|
<body>
|
|
<h2>Save Instructions</h2>
|
|
Due to the primitive nature of IE8, this file must be saved manually. To do so, simply follow these steps. (() indicates windows specific instuctions)
|
|
<ol>
|
|
<li>Click anywhere below the line</li>
|
|
<li>Use the Select All shortcut (ctrl+A)</li>
|
|
<li>Use the Copy shortcut (ctrl+C)</li>
|
|
<li>Create a new text document (right click desktop or explorer -> new text document)</li>
|
|
<li>Click the document and paste to it (ctrl+v)</li>
|
|
<li>Save the document with the extension .html instead of .txt</li>
|
|
</ol>
|
|
<hr>
|
|
</body>
|
|
</html>
|