Files
Paradise/goon/browserassets/html/saveInstructions.html
2018-01-25 23:56:08 -06:00

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>