/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

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <!--
  3. Design by GOLANG SUT
  4. -->
  5. <html xmlns="http://www.w3.org/1999/xhtml">
  6. <head>
  7. <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  8. <title>Gon Framework</title>
  9. <meta name="keywords" content="Gon,Go,Golang,Web,Framework,MVC" />
  10. <link href="styles/default.css" rel="stylesheet" type="text/css" media="screen" />
  11. <style type="text/css">
  12. <!--
  13. .qqq {
  14. font-family: "MS Serif", "New York", serif;
  15. }
  16. #apDiv1 {
  17. position:absolute;
  18. left:10px;
  19. top:1504px;
  20. width:7px;
  21. height:0px;
  22. z-index:1;
  23. }
  24. .zzzzz {
  25. font-size: 14px;
  26. color: #000;
  27. }
  28. .aaaa {
  29. font-size: 10px;
  30. color: #D6D6D6;
  31. }
  32. -->
  33. </style>
  34. </head>
  35. <body>
  36. <!-- start header -->
  37. <div id="header">
  38. <div id="logo">
  39. <h1><a href="#"><span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></a></h1>
  40. </div>
  41. <div id="menu">
  42. <ul id="main">
  43. <li class="current_page_item"></li>
  44. <li></li>
  45. <li></li>
  46. <li></li>
  47. <li></li>
  48. </ul>
  49. <ul id="feed">
  50. <li></li>
  51. <li></li>
  52. </ul>
  53. </div>
  54. </div>
  55. <!-- end header -->
  56. <div id="wrapper">
  57. <!-- start page -->
  58. <div id="page">
  59. <div id="sidebar1" class="sidebar">
  60. <ul>
  61. <li></li>
  62. </ul>
  63. </div>
  64. <!-- start content -->
  65. <div id="content">
  66. <div class="post">
  67. <h1 class="title"><a href="#">Welcome !</a></h1>
  68. <p class="byline"><small>You're starting to use <a href="#"></a></small>Gon !<br />
  69. About your application's environment</p>
  70. <div class="entry">
  71. <p><strong>Getting Started<br />
  72. <span class="aaaa">Here's how to get going: </span></strong><strong><br />
  73. <span class="zzzzz">1. Use Gon generate to create your models and controllers</span><br />
  74. <span class="aaaa">To see all available options,run it without parameters.</span><br />
  75. <span class="zzzzz">2. Set up default route and remove or rename this file</span><br />
  76. <span class="aaaa">Routes are set up in config/routes.go</span><br />
  77. <span class="zzzzz">3. Create your database</span><br />
  78. <span class="aaaa">Run Gon to create your database.if you're not using SQLite <br />
  79. (the default), edit config/database.go with your username and password.
  80. </span></strong> </p>
  81. <p class="links"><a href="#" class="more">&laquo;&laquo;&nbsp;&nbsp;CLICK ME&nbsp;&nbsp;&raquo;&raquo;</a></p>
  82. </div>
  83. </div>
  84. </div>
  85. <!-- end content -->
  86. <!-- start sidebars -->
  87. <div id="sidebar2" class="sidebar">
  88. <ul>
  89. <li></li>
  90. </ul>
  91. </div>
  92. <!-- end sidebars -->
  93. <div>
  94. <div id="page-bg" style="clear: both;">&nbsp;</div>
  95. </div>
  96. </div>
  97. <!-- end page -->
  98. </div>
  99. <div id="footer">
  100. <p class="copyright">&copy; 2011 The Gon Development Team / SUT</p>
  101. <p class="link"><a href="#"> <span><span class="qqq">Go language </span></span></span>at SUT</a></p>
  102. </div>
  103. </body>
  104. </html>