Mercurial Hosting > freedit
comparison src/new_thread.html.luan @ 51:78b2d6995244
add preview
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Tue, 22 Nov 2022 22:57:43 -0700 |
parents | 289718f121e4 |
children | 9f8ebc757814 |
comparison
equal
deleted
inserted
replaced
50:0d99cec5142c | 51:78b2d6995244 |
---|---|
30 <% head() %> | 30 <% head() %> |
31 <title><%=forum_title%>: new thread</title> | 31 <title><%=forum_title%>: new thread</title> |
32 <style> | 32 <style> |
33 @import "/bbcode/bbcode.css"; | 33 @import "/bbcode/bbcode.css"; |
34 </style> | 34 </style> |
35 <script src="/bbcode/bbcode.js"></script> | |
36 <body> | 35 <body> |
37 <% header() %> | 36 <% header() %> |
38 <div content> | 37 <div content> |
39 <h1>New Thread</h1> | 38 <h1>New Thread</h1> |
40 <form method=post> | 39 <form method=post> |