Skip to content

Instantly share code, notes, and snippets.

View axemclion's full-sized avatar

Parashuram N axemclion

View GitHub Profile
<!DOCTYPE html>
<html>
<head></head>
<body>
<script type="text/javascript">
function renderedAll(){
document.getElementById('render').innerHTML = 'Done Rendering';
document.body.className = 'rendered-all';
}