Skip to content

Instantly share code, notes, and snippets.

View Prodge's full-sized avatar

Prodge Prodge

View GitHub Profile
<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>
<center>
<nav>
<button id="home_page" content="game.html">Play</button>
<button content="instructions.html">Instructions</button>
<button content="theme.html">Theme</button>
<button content="author.html">Author</button>
</nav>
</center>
<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>
! 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
! 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
! 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
! 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
! 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
<!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>
<!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>