comparison src/index.html.luan @ 8:be36282b556a

add new_thread
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 29 Jun 2022 00:04:09 -0600
parents fc3ee39d7764
children 9674275019bb
comparison
equal deleted inserted replaced
7:0472897e790d 8:be36282b556a
20 <title><%=forum_title%></title> 20 <title><%=forum_title%></title>
21 </head> 21 </head>
22 <body> 22 <body>
23 <% header() %> 23 <% header() %>
24 <div content> 24 <div content>
25 qqq 25 <p><a href="/new_thread.html">New Thread</a></p>
26 </div> 26 </div>
27 <% footer() %> 27 <% footer() %>
28 </body> 28 </body>
29 </html> 29 </html>
30 <% 30 <%