|
Revision 1, 0.6 KB
(checked in by dez, 7 years ago)
|
|
Basic site layout
|
| Line | |
|---|
| 1 | <div id="branding"> |
|---|
| 2 | <div id="brandingC"> |
|---|
| 3 | <div class="cornerTopLeft"> |
|---|
| 4 | <div class="cornerTopRight"> |
|---|
| 5 | <div id="logo"> |
|---|
| 6 | <a href="/"><img src="images/sucslogo-halo.png" /></a> |
|---|
| 7 | </div> |
|---|
| 8 | |
|---|
| 9 | <div id="title"> |
|---|
| 10 | <h1>[Title]</h1> |
|---|
| 11 | </div> |
|---|
| 12 | |
|---|
| 13 | <div id="loginForm"> |
|---|
| 14 | <form> |
|---|
| 15 | <label for="username">Username</label> <input type="text" name="username" id="username" style="width: 8em;" /><br /> |
|---|
| 16 | <label for="password">Password</label> <input type="password" name="password" id="password" style="width: 8em;" /><br /> |
|---|
| 17 | <input type="submit" name="submit" id="submit" value="Login" /> |
|---|
| 18 | </form> |
|---|
| 19 | </div> |
|---|
| 20 | </div> |
|---|
| 21 | </div> |
|---|
| 22 | </div> |
|---|
| 23 | </div> |
|---|