/app/view/main.m
http://github.com/sut-go/gon · Objective C · 107 lines · 104 code · 3 blank · 0 comment · 0 complexity · 353d5c6bb17819ed2f29dbd7ca94042a MD5 · raw file
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <!--
- Design by GOLANG SUT
- -->
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="content-type" content="text/html; charset=utf-8" />
- <title>Gon Framework</title>
- <meta name="keywords" content="Gon,Go,Golang,Web,Framework,MVC" />
- <link href="styles/default.css" rel="stylesheet" type="text/css" media="screen" />
- <style type="text/css">
- <!--
- .qqq {
- font-family: "MS Serif", "New York", serif;
- }
- #apDiv1 {
- position:absolute;
- left:10px;
- top:1504px;
- width:7px;
- height:0px;
- z-index:1;
- }
- .zzzzz {
- font-size: 14px;
- color: #000;
- }
- .aaaa {
- font-size: 10px;
- color: #D6D6D6;
- }
- -->
- </style>
- </head>
- <body>
- <!-- start header -->
- <div id="header">
- <div id="logo">
- <h1><a href="#"><span> </span></a></h1>
-
- </div>
- <div id="menu">
- <ul id="main">
- <li class="current_page_item"></li>
- <li></li>
- <li></li>
- <li></li>
- <li></li>
- </ul>
- <ul id="feed">
- <li></li>
- <li></li>
- </ul>
- </div>
-
- </div>
- <!-- end header -->
- <div id="wrapper">
- <!-- start page -->
- <div id="page">
- <div id="sidebar1" class="sidebar">
- <ul>
- <li></li>
- </ul>
- </div>
- <!-- start content -->
- <div id="content">
- <div class="post">
- <h1 class="title"><a href="#">Welcome !</a></h1>
- <p class="byline"><small>You're starting to use <a href="#"></a></small>Gon !<br />
- About your application's environment</p>
- <div class="entry">
- <p><strong>Getting Started<br />
- <span class="aaaa">Here's how to get going: </span></strong><strong><br />
- <span class="zzzzz">1. Use Gon generate to create your models and controllers</span><br />
- <span class="aaaa">To see all available options,run it without parameters.</span><br />
- <span class="zzzzz">2. Set up default route and remove or rename this file</span><br />
- <span class="aaaa">Routes are set up in config/routes.go</span><br />
- <span class="zzzzz">3. Create your database</span><br />
- <span class="aaaa">Run Gon to create your database.if you're not using SQLite <br />
- (the default), edit config/database.go with your username and password.
- </span></strong> </p>
- <p class="links"><a href="#" class="more">«« CLICK ME »»</a></p>
- </div>
- </div>
- </div>
- <!-- end content -->
- <!-- start sidebars -->
- <div id="sidebar2" class="sidebar">
- <ul>
- <li></li>
- </ul>
- </div>
- <!-- end sidebars -->
- <div>
- <div id="page-bg" style="clear: both;"> </div>
- </div>
- </div>
- <!-- end page -->
- </div>
- <div id="footer">
- <p class="copyright">© 2011 The Gon Development Team / SUT</p>
- <p class="link"><a href="#"> <span><span class="qqq">Go language </span></span></span>at SUT</a></p>
- </div>
- </body>
- </html>