Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
- <meta charset=utf-8"/>
- <title>Title</title>
- <link rel="stylesheet" type="text/css" href="layout.css"/>
- <link rel="shortcut icon" href="icon.ico">
- <!--[if IE]>
- <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"/>
- <![endif]-->
- </head>
- <body>
- <header id="banner">
- <text id="title">Home</text>
- </header>
- <div id="content">
- <section>
- <h1>Apps</h1>
- <h2><img src="filesystem.png"/>FileSystem</h2>
- </section>
- <section>
- <h1>Cortex</h1>
- <h2>Firmware</h2>
- <h2>Clock Speed</h2>
- <h2>USB Host Interface</h2>
- <h2>USB Devce Interface</h2>
- <h2>Hardware Reset</h2>
- </section>
- <section>
- <h1>XMOS XS1</h1>
- <h2>Firmware</h2>
- <h2>Clock Speed</h2>
- <h2>SIM Card Interface</h2>
- <h2>SD Card Interface</h2>
- <h2>WiFi Interface</h2>
- <h2>Audio Interface</h2>
- <h2>Hardware Reset</h2>
- </section>
- <section>
- <h1>CycloneIII</h1>
- <h2>Firmware</h2>
- <h2>Clock Speed</h2>
- <h2>Cortex Link</h2>
- <h2>XMOS Link</h2>
- <h2>Display</h2>
- <h2>Hardware Reset</h2>
- </section>
- <section>
- <h1>System</h1>
- <h2>System Software</h2>
- <h2>About</h2>
- <h2>Hardware Reset</h2>
- </section>
- </div>
- <footer id="navigation">
- <nav>
- <img src="nav_down.png" alt="down"/>
- <img src="nav_icon.png" alt="menu bar"/>
- <img src="nav_up.png" alt="up"/>
- </nav>
- </footer>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement