Skip to content

Commit

Permalink
make it validate as xhtml trans
Browse files Browse the repository at this point in the history
  • Loading branch information
novas0x2a committed Jan 13, 2010
1 parent 85c15e2 commit 52c2e0a
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions main.html
@@ -1,19 +1,20 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<link type="text/css" rel="stylesheet" href="http://www.dustball.com/dojo/kiosk.css" />
<meta http-equiv="refresh" content="180" />
<script type="text/javascript" language="javascript" src="/static/niftyplayer.js"></script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script type="text/javascript" src="/static/niftyplayer.js"></script>
<script type="text/javascript" src="/static/sounds.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js" type="text/javascript" charset="utf-8"></script>
<title>Hacker Dojo Kiosk</title>
</head>
<body>

<div id=top>
<table width=100%><tr>
<div id="top">
<table width="100%"><tr>
<td>
<img src="http://www.dustball.com/dojo/logo.png" width=345 height=122 >
<img src="http://www.dustball.com/dojo/logo.png" width="345" height="122" alt="HackerDojo Logo"/>
</td>
<td>
<h1>Welcome to Hacker Dojo</h1>
Expand All @@ -22,18 +23,18 @@ <h3>NOTICE: Sign-in is now at the front desk... behind you!</h3>
</tr></table>
</div>

<div id=msg>
<div id="msg">
&nbsp;
</div>

<div id=left>
<div id="left">
<h2 class="sectionhead">Currently Staffing</h2>

<iframe style="border:none" id="staff" border=0 height=80% width=100% src="http://hackerdojo-signin.appspot.com/staff"></iframe>
<iframe style="border:none" id="staff" height="80%" width="100%" src="http://hackerdojo-signin.appspot.com/staff"></iframe>

</div>

<div id=right style="">
<div id="right" style="">
<h2 class="sectionhead">Schedule</h2>
<iframe src="http://www.google.com/calendar/hosted/hackerdojo.com/embed?showTitle=0&amp;showNav=0&amp;showDate=0&amp;showPrint=0&amp;showTabs=0&amp;showCalendars=0&amp;showTz=0&amp;mode=AGENDA&amp;height=600&amp;wkst=1&amp;bgcolor=%23FFFFFF&amp;src=hackerdojo.com_4bgpdkg6uqk07lo121fctobgdo%40group.calendar.google.com&amp;color=%23AB8B00&amp;src=hackerdojo.com_1sko18ics0ls33dbfl7ia4rkco%40group.calendar.google.com&amp;color=%23B1440E&amp;ctz=America%2FLos_Angeles" style=" border-width:0 " width="100%" height="90%" frameborder="0" scrolling="no"></iframe>
</div>
Expand Down

0 comments on commit 52c2e0a

Please sign in to comment.