This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
orbit-4-1/public/desktop_widgets/4fa7812ec88514014d7c59bd/index.html.erb

14 lines
406 B
Plaintext

<div id="gmail">
<div id="forerror" style="color:red;display:none;"></div>
<div id="loading" class="thmtxt">Retrieving new emails...</div>
<div id="content" style="display:none;"background-color:#000;height:200px;"" >
<div id="subject" ></div>
<div id="date" class='thmtxt'></div>
<div id="msgbody" class='thmtxt'></div>
</div>
</div>
<script>
$(document).ready(function(){
gmail();
})
</script>