This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<meta charset="UTF-8"> | |
<html> | |
<head> | |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script> | |
<link rel="stylesheet" type="text/css" href="style/main.css"> | |
</head> | |
<body> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
! Do not scroll with output | |
URxvt*scrollTtyOutput: false | |
! Scroll in relation to buffer (with mouse scroll or Shift+Page Up) | |
URxvt*scrollWithBuffer: true | |
! Scroll back to the bottom on keypress | |
URxvt*scrollTtyKeypress: true | |
! Extensions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
! Do not scroll with output | |
URxvt*scrollTtyOutput: false | |
! Scroll in relation to buffer (with mouse scroll or Shift+Page Up) | |
URxvt*scrollWithBuffer: true | |
! Scroll back to the bottom on keypress | |
URxvt*scrollTtyKeypress: true | |
! Extensions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
! Do not scroll with output | |
URxvt*scrollTtyOutput: false | |
! Scroll in relation to buffer (with mouse scroll or Shift+Page Up) | |
URxvt*scrollWithBuffer: true | |
! Scroll back to the bottom on keypress | |
URxvt*scrollTtyKeypress: true | |
! Extensions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
! Do not scroll with output | |
URxvt*scrollTtyOutput: false | |
! Scroll in relation to buffer (with mouse scroll or Shift+Page Up) | |
URxvt*scrollWithBuffer: true | |
! Scroll back to the bottom on keypress | |
URxvt*scrollTtyKeypress: true | |
! Extensions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
! Do not scroll with output | |
URxvt*scrollTtyOutput: false | |
! Scroll in relation to buffer (with mouse scroll or Shift+Page Up) | |
URxvt*scrollWithBuffer: true | |
! Scroll back to the bottom on keypress | |
URxvt*scrollTtyKeypress: true | |
! Extensions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h3>Action Box</h3> | |
<div id="game_resources" hidden="hidden"> | |
<img id="player_standing" src="images/standing.png"> | |
<img id="player_jumping" src="images/jumping.png"> | |
<img id="player_running_left" src="images/running_left.png"> | |
<img id="player_running_right" src="images/running_right.png"> | |
</div> | |
<canvas width="700px" height="500px" id="game_canvas"></canvas> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<p> | |
this is a test of this paragraph. | |
</p> | |
<label>Balance</label> | |
<input name="operation" id="do_balance" type="radio" checked/> | |
<label>Substitute</label> | |
<input name="operation" id="do_substitute" type="radio" /> | |
</br> | |
<input id="inp"/> | |
</br> |
NewerOlder