HTML and CSS Reference
In-Depth Information
<head>
<meta charset="utf-8" />
<title>Realtime Q&amp;A</title>
<!-- Fonts via fonts.com -->
<script type="text/javascript" src=" http://fast.fonts.com/jsapi/a09d5d16-57fd-447d-a0f6-73443033d2de.js">
</script >
<!-- Main site styles -->
<link rel="stylesheet" href="./assets/styles/main.css" />
</head>
<body>
<header>
<h1>Realtime Q&amp;A</h1>
<p class="tagline">
A live feedback system for classes, presentations, and conferences.
</p><!--/.tagline-->
</header>
<section>
</section>
<footer>
<ul>
<li class="copyright">
&copy; 2013 Jason Lengstorf &amp; Phil Leggetter
</li><!--/.copyright-->
<li>
Part of <em>Realtime Web Apps: HTML5 Websockets, Pusher, and the
Web&rsquo;s Next Big Thing</em>.
</li>
<li>
<a href=" http://amzn.to/XKcBbG">Get the Book</a> |
<a href=" http://cptr.me/UkMSmn">Source Code (on GitHub)</a>
</li>
</ul>
</footer>
</body>
</html>
 
Search WWH ::




Custom Search