2
0

index.html 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561
  1. <html>
  2. <head>
  3. <title>{{title}}</title>
  4. <link rel="stylesheet" href="{{url_for('static', filename='primer.css')}}">
  5. <link rel="stylesheet" href="{{url_for('static', filename='style.css')}}">
  6. <link rel="stylesheet" href="{{url_for('static', filename='font-awesome/css/font-awesome.min.css')}}">
  7. <link rel="shortcut icon" href="{{url_for('static', filename='images/on.ico')}}">
  8. <meta name="viewport" content="width=device-width, initial-scale=1">
  9. </head>
  10. <body>
  11. <br>
  12. <div class="one-fifth column">
  13. <div id="top">
  14. <a href="/" id="logo">{{logo}}</a>
  15. <div>
  16. <a href="/recentchanges" id="RecentChanges"><i class="fa fa-refresh" aria-hidden="true"></i><span id="is_mobile">최근 변경</span></a>
  17. <a href="/recentdiscuss" id="RecentChanges"><i class="fa fa-comment" aria-hidden="true"></i><span id="is_mobile">최근 토론</span></a>
  18. <a href="/random" id="log"><i class="fa fa-random" aria-hidden="true"></i></a>
  19. <a href="/user" id="log"><i class="fa fa-user" aria-hidden="true"></i></a>
  20. <a href="/other" id="log"><i class="fa fa-cogs" aria-hidden="true"></i></a>
  21. </div>
  22. <form method="POST" action="/search" id="search">
  23. <div class="input-group">
  24. <input class="form-control" name="search" type="text">
  25. <span class="input-group-button"><button class="btn"><i class="fa fa-search" aria-hidden="true"></i></button></span>
  26. </div>
  27. </form>
  28. </div>
  29. </div>
  30. <div class="scroll-buttons">
  31. <a class="scroll-toc" href="#toc"><i class="fa fa-list-alt" aria-hidden="true"></i></a>
  32. <a class="scroll-button" href="#top" id="left"><i class="fa fa-arrow-up" aria-hidden="true"></i></a>
  33. <a class="scroll-bottom" href="#powered" id="right"><i class="fa fa-arrow-down" aria-hidden="true"></i></a>
  34. </div>
  35. <div id="all_contect">
  36. <div id="left_bar">
  37. <a href="#">맨 위로</a>
  38. <br>
  39. <br>
  40. {% autoescape false %}
  41. {{left}}
  42. {% endautoescape %}
  43. </div>
  44. <div class="four-fifths column">
  45. {% if tn == 1 %}
  46. <div id="tool">
  47. <nav class="menu">
  48. <a class="menu-item selected" href="#" onclick="return false">문서</a>
  49. <a class="menu-item" href="/edit/{{page}}">수정</a>
  50. <a class="menu-item" href="/topic/{{page}}">토론</a>
  51. <a class="menu-item" href="/delete/{{page}}">삭제</a>
  52. <a class="menu-item" href="/move/{{page}}">이동</a>
  53. <a class="menu-item" href="/raw/{{page}}">Raw</a>
  54. <a class="menu-item" href="/history/{{page}}/n/1">역사</a>
  55. <!-- <a class="menu-item" href="/xref/{{page}}">역링크</a> -->
  56. <a class="menu-item" style="{{style}}" href="/w/{{uppage}}">상위</a>
  57. </nav>
  58. </div>
  59. <h1 class="title">{{title}} <sub>{{acl}}</sub></h1>
  60. {% if redirect %}
  61. {% autoescape false %}
  62. <li style="margin-top: -20px;">{{redirect}}</li>
  63. <br>
  64. {% endautoescape %}
  65. {% endif %}
  66. <div>
  67. {% autoescape false %}
  68. {{data}}
  69. {% endautoescape %}
  70. </div>
  71. {% elif tn == 2 %}
  72. {% if preview == 1 %}
  73. <div id="tool">
  74. <nav class="menu">
  75. <a class="menu-item selected" href="#">미리보기</a>
  76. <a class="menu-item" href="/w/{{page}}">문서</a>
  77. </nav>
  78. </div>
  79. {% else %}
  80. <div id="tool">
  81. <nav class="menu">
  82. <a class="menu-item selected" href="#">수정</a>
  83. <a class="menu-item" href="/w/{{page}}">문서</a>
  84. </nav>
  85. </div>
  86. {% endif %}
  87. {% if preview == 1 %}
  88. <h1 class="title">{{title}} <sub>(미리보기)</sub></h1>
  89. {% else %}
  90. <h1 class="title">{{title}} <sub>(수정)</sub></h1>
  91. {% endif %}
  92. {% if notice %}
  93. <br>
  94. <span>{{notice}}</span>
  95. <br>
  96. <br>
  97. {% endif %}
  98. <form id="usrform" name="f1" method="POST" action="/edit/{{page}}">
  99. <textarea rows="30" cols="100" name="content" form="usrform">{{data}}</textarea>
  100. <input name="send" style="margin-top:10px;width:100%" type="text">
  101. <br>
  102. <br>
  103. <div class="form-actions">
  104. <button class="btn btn-primary" type="submit" onclick="f1.action='/edit/{{page}}';">저장</button>
  105. <button class="btn" type="submit" onclick="f1.action='/preview/{{page}}';">미리보기</button>
  106. </div>
  107. </form>
  108. {% if preview == 1 %}
  109. {% autoescape false %}
  110. {{enddata}}
  111. {% endautoescape %}
  112. {% endif %}
  113. {% elif tn == 3 %}
  114. <h1 class="title">{{title}}</h1>
  115. <table style="width: 100%;">
  116. <tbody>
  117. <tr>
  118. <td style="text-align: center;width:33.33%;">문서명</td>
  119. <td style="text-align: center;width:33.33%;">기여자</td>
  120. <td style="text-align: center;width:33.33%;">시간</td>
  121. </tr>
  122. </tbody>
  123. </table>
  124. {% autoescape false %}
  125. {{rows}}
  126. {% endautoescape %}
  127. {% elif tn == 4 %}
  128. <h1 class="title">{{title}}</h1>
  129. {% autoescape false %}
  130. {{rows}}
  131. {% endautoescape %}
  132. {% elif tn == 5 %}
  133. <div id="tool">
  134. <nav class="menu">
  135. <a class="menu-item selected" href="#">역사</a>
  136. <a class="menu-item" href="/w/{{page}}">문서</a>
  137. </nav>
  138. </div>
  139. <h1 class="title">{{title}} <sub>(역사)</sub></h1>
  140. <form class="usrform" method='POST' action='/history/{{page}}/n/1'>
  141. <select name="a">
  142. {% autoescape false %}
  143. {{select}}
  144. {% endautoescape %}
  145. </select>
  146. <select name="b">
  147. {% autoescape false %}
  148. {{select}}
  149. {% endautoescape %}
  150. </select>
  151. <button class="btn btn-primary" type='submit'>리비전 비교</button>
  152. <br>
  153. <br>
  154. <table style="width: 100%;">
  155. <tbody>
  156. <tr>
  157. <td style="text-align: center;width:33.33%;">판</td>
  158. <td style="text-align: center;width:33.33%;">기여자</td>
  159. <td style="text-align: center;width:33.33%;">시간</td>
  160. </tr>
  161. </tbody>
  162. </table>
  163. {% autoescape false %}
  164. {{rows}}
  165. {% endautoescape %}
  166. {% elif tn == 6 %}
  167. <div id="tool">
  168. <nav class="menu">
  169. <a class="menu-item selected" href="#" onclick="return false">옛문서</a>
  170. <a class="menu-item" href="javascript:history.back(-1);">뒤로가기</a>
  171. </nav>
  172. </div>
  173. <h1 class="title">{{title}} <sub>(옛문서)</sub></h1>
  174. <div>
  175. {% autoescape false %}
  176. {{data}}
  177. {% endautoescape %}
  178. </div>
  179. {% elif tn == 7 %}
  180. <div id="tool">
  181. <nav class="menu">
  182. <a class="menu-item selected" href="#" onclick="return false">raw</a>
  183. <a class="menu-item" href="/w/{{page}}">문서</a>
  184. </nav>
  185. </div>
  186. <h1 class="title">{{title}} <sub>(raw)</sub></h1>
  187. <div>
  188. {% autoescape false %}
  189. {{data}}
  190. {% endautoescape %}
  191. </div>
  192. {% elif tn == 8 %}
  193. <h1 class="title">{{title}} <sub>(삭제)</sub></h1>
  194. <div id="tool">
  195. <nav class="menu">
  196. <a class="menu-item selected" href="#" onclick="return false">삭제</a>
  197. <a class="menu-item" href="/w/{{page}}">문서</a>
  198. </nav>
  199. </div>
  200. <form id="usrform" method="POST" action="/delete/{{page}}">
  201. {{plus}}
  202. <br>
  203. <br>
  204. <button class="btn btn-primary" type="submit">삭제</button>
  205. </form>
  206. {% elif tn == 9 %}
  207. <h1 class="title">{{title}} <sub>(이동)</sub></h1>
  208. <div id="tool">
  209. <nav class="menu">
  210. <a class="menu-item selected" href="#" onclick="return false">이동</a>
  211. <a class="menu-item" href="/w/{{page}}">문서</a>
  212. </nav>
  213. </div>
  214. <form id="usrform" method="POST" action="/move/{{page}}">
  215. {{plus}}
  216. <br>
  217. <br>
  218. <input class="form-control input-sm" value="{{title}}" name="title" type="text">
  219. <br>
  220. <br>
  221. <button class="btn btn-primary" type="submit">이동</button>
  222. </form>
  223. {% elif tn == 10 %}
  224. <h1 class="title">{{title}} <sub>(토론 목록)</sub></h1>
  225. {% if list == 1 %}
  226. <div id="tool">
  227. <nav class="menu">
  228. <a class="menu-item selected" href="#" onclick="return false">토론 목록</a>
  229. <a class="menu-item" href="/w/{{page}}">문서</a>
  230. </nav>
  231. </div>
  232. {% else %}
  233. <div id="tool">
  234. <nav class="menu">
  235. <a class="menu-item selected" href="#" onclick="return false">닫힌 토론 목록</a>
  236. <a class="menu-item" href="/topic/{{page}}">토론 목록</a>
  237. </nav>
  238. </div>
  239. {% endif %}
  240. <form id="usrform" method="POST" action="/topic/{{page}}">
  241. {% autoescape false %}
  242. {{plus}}
  243. {% endautoescape %}
  244. {% if list == 1 %}
  245. <br>
  246. <a href="/topic/{{page}}/close">(닫힌 토론 보기)</a>
  247. <br>
  248. <br>
  249. <input class="form-control" name="topic" style="width: 100%">
  250. <br>
  251. <br>
  252. <button class="btn btn-primary" type="submit">새토론</button>
  253. {% endif %}
  254. </form>
  255. {% elif tn == 11 %}
  256. <h1 class="title">{{title}} <sub>(토론)</sub></h1>
  257. <div id="tool">
  258. <nav class="menu">
  259. <a class="menu-item selected" href="#" onclick="return false">토론</a>
  260. <a class="menu-item" href="/topic/{{page}}">토론 목록</a>
  261. </nav>
  262. </div>
  263. <h2>{{sub}}</h2>
  264. <br>
  265. {% autoescape false %}
  266. {{rows}}
  267. {% endautoescape %}
  268. {% if ban == 1 %}
  269. {% else %}
  270. <form id="usrform" method="POST" action="/topic/{{page}}/sub/{{suburl}}">
  271. <br>
  272. <textarea rows="10" cols="100" name="content" form="usrform"></textarea>
  273. <br>
  274. <br>
  275. <button class="btn btn-primary" type="submit">전송</button>
  276. </form>
  277. {% endif %}
  278. {% elif tn == 12 %}
  279. <h1 class="title">{{title}}</h1>
  280. <table style="width: 100%;">
  281. <tbody>
  282. <tr>
  283. <td style="text-align: center;width:50%;">토론명</td>
  284. <td style="text-align: center;width:50%;">시간</td>
  285. </tr>
  286. </tbody>
  287. </table>
  288. {% autoescape false %}
  289. {{rows}}
  290. {% endautoescape %}
  291. {% elif tn == 13 %}
  292. <h1 class="title">{{title}} <sub>(되돌리기)</sub></h1>
  293. <div id="tool">
  294. <nav class="menu">
  295. <a class="menu-item selected" href="#" onclick="return false">되돌리기</a>
  296. <a class="menu-item" href="javascript:history.back(-1);">뒤로가기</a>
  297. </nav>
  298. </div>
  299. <form id="usrform" method="POST" action="/revert/{{page}}/r/{{r}}">
  300. {{plus}}
  301. <br>
  302. <br>
  303. <button class="btn btn-primary" type="submit">되돌리기</button>
  304. </form>
  305. {% elif tn == 14 %}
  306. <h1 class="title">{{title}}</h1>
  307. <div>
  308. <h2 style="margin-top: -5px;">0.1 (알파)</h2>
  309. <li>문서 보기와 편집</li>
  310. <li>기타 문서</li>
  311. <li>랜덤 구현</li>
  312. <h2>0.2 ~ 0.9 (베타)</h2>
  313. <li>그 외 엄청나게 많은 기능 구현 (기존 <a class="out_link" href="https://github.com/2DU/OWNET">Ownet</a> 기능에서 로그인 필요한 기능 빼고 구현)</li>
  314. <h2>1.0</h2>
  315. <li>로그인 구현</li>
  316. <h2>1.1</h2>
  317. <li>차단 구현</li>
  318. <li>토론 닫기, 정지</li>
  319. <li>블라인드 구현</li>
  320. <li>ACL 기능 구현</li>
  321. <li>어드민 부여 구현</li>
  322. <h2>1.2</h2>
  323. <li>미리보기 구현</li>
  324. <li>대역 차단 구현</li>
  325. <li>diff 구현</li>
  326. <li>파일 업로드 개선</li>
  327. <li>파일 업로드 구현</li>
  328. <li>기본적인 다중 검사 기능</li>
  329. <h2>1.3</h2>
  330. <li>토론 목록 보강</li>
  331. <li>토론에 문법 지원</li>
  332. <li>비 효율적으로 돌아가던거 수정</li>
  333. <li>하위 문서 지원</li>
  334. <li>관리자 기능의 접근성 향상</li>
  335. <li>대규모도 편하게 접근되게</li>
  336. <h2>1.4</h2>
  337. <li>사용자 문서</li>
  338. <li>사문 접근성</li>
  339. <li>검색 기능 수정</li>
  340. <li>상위 문서 바로가기</li>
  341. <li>유저 기록 보기</li>
  342. <h2>1.5 (진행중) (정식)</h2>
  343. <li>디자인 변경 (완료)</li>
  344. <li>관리자 기능 접근성 (완료)</li>
  345. <li>파일 문서 생성 (완료)</li>
  346. <li>유저 가입 목록 (완료)</li>
  347. <li>최근 차단을 유저 차단 기록으로 (완료)</li>
  348. <h2>1.6</h2>
  349. <li>토론에 AJAX 적용 (1.6.1)</li>
  350. <li>리캡차 추가 (1.6.2)</li>
  351. <li>섬네일 기능 (1.6.3)</li>
  352. <li>역링크 기능 완성 (미정)</li>
  353. <li>분류 완성 (미정)</li>
  354. <li>팝업 각주 (미정)</li>
  355. <li>업로드 보강 (미정)</li>
  356. <h2>계속</h2>
  357. <li>버그 수정</li>
  358. <li>파서 제작 (92% - Last 1.5.9.1)</li>
  359. <br>
  360. <h2>파이나무 라이선스</h2>
  361. <li>BSD 3-Clause License</li>
  362. <h2>외부 파일 라이선스</h2>
  363. <li>인용문 아이콘 <a class="out_link" href="http://www.flaticon.com/free-icon/quote-left_25672">Dave Gandy</a> CC 3.0 BY</li>
  364. <li>일부 파일 <a class="out_link" href="https://twitter.com/Basix1120">Basix</a></li>
  365. <br>
  366. <h2>기타</h2>
  367. <li>버전 1.6.0 - 정식</li>
  368. <br>
  369. <h2>개발 이념</h2>
  370. <li>나(<a class="out_link" href="https://github.com/2DU">2DU</a>) 쓰기 편한 엔진을 만들자</li>
  371. </div>
  372. {% elif tn == 15 %}
  373. <h1 class="title">{{title}}</h1>
  374. {% if title == '회원가입' %}
  375. <form id="usrform" method="POST" action="/register">
  376. {% else %}
  377. <form id="usrform" method="POST" action="/login">
  378. {% endif %}
  379. <span>아이디</span>
  380. <br>
  381. <br>
  382. <input name="id" type="text">
  383. <br>
  384. <br>
  385. <span>비밀번호</span>
  386. <br>
  387. <br>
  388. <input name="pw" type="password">
  389. <br>
  390. <br>
  391. <button class="btn btn-primary" type="submit">{{enter}}</button>
  392. </form>
  393. {% elif tn == 16 %}
  394. <h1 class="title">{{title}} <sub>(차단)</sub></h1>
  395. <form id="usrform" method="POST" action="/ban/{{page}}">
  396. {% if now == '차단' or now == '대역 차단' %}
  397. <input class="form-control" name="end" style="width: 100%">
  398. <br>
  399. <br>
  400. <span>아무것도 안 적으면 무기한 차단 입니다.</span>
  401. <br>
  402. <br>
  403. <span>차단 일 지정시 형식은 YYYY-MM-DD로 기록 해야합니다. (예시: 2017-01-20, 2017-10-15)</span>
  404. <br>
  405. <br>
  406. <span>지금 시각은 {{today}} 입니다.</span>
  407. <br>
  408. <br>
  409. <input class="form-control" name="why" style="width: 100%">
  410. <br>
  411. <br>
  412. <span>사유를 쓰는 곳 입니다.</span>
  413. {% if allif == 1 %}
  414. <br>
  415. <br>
  416. <input type="checkbox" name="band">
  417. <span>대역 차단</span>
  418. </input>
  419. {% endif %}
  420. <br>
  421. <br>
  422. {% endif %}
  423. <button class="btn btn-primary" type="submit">{{now}}</button>
  424. </form>
  425. {% elif tn == 17 %}
  426. <h1 class="title">{{title}}</h1>
  427. <div>
  428. <a class="out_link" style="margin-top: -5px;" href="https://namu.wiki/w/%EB%82%98%EB%AC%B4%EC%9C%84%ED%82%A4:%ED%8E%B8%EC%A7%91%20%EB%8F%84%EC%9B%80%EB%A7%90">참조</a>
  429. <h2>기초 문법</h2>
  430. <li>~~취소선~~ --취소선--</li>
  431. <li>'''강조'''</li>
  432. <li>''기울이기''</li>
  433. <li>__언더 바__</li>
  434. <li>^^윗 첨자^^</li>
  435. <li>,,아랫 첨자,,</li>
  436. <h2>문단 문법</h2>
  437. <li>[목차]</li>
  438. <li>= 1단계 문단 =</li>
  439. <li>== 2단계 문단 ==</li>
  440. <li>=== 3단계 문단 ===</li>
  441. <li>==== 4단계 문단 ====</li>
  442. <li>===== 5단계 문단 =====</li>
  443. <li>====== 6단계 문단 ======</li>
  444. <h2>링크 문법</h2>
  445. <li>[[내부 링크]]</li>
  446. <li>[[내부 링크|보이는 내용]]</li>
  447. <li>[[외부 링크]]</li>
  448. <li>[[외부 링크|보이는 내용]]</li>
  449. <h2>유튜브 문법</h2>
  450. <li>[youtube(코드)]</li>
  451. <li>[youtube(코드, width=가로, height=세로)]</li>
  452. <li>[youtube(코드, height=세로, width=가로)]</li>
  453. <h2>각주 문법</h2>
  454. <li>[* 내용]</li>
  455. <li>[*이름 내용]</li>
  456. <li>[각주]</li>
  457. <h2>넘겨주기 문법</h2>
  458. <li>#redirect 문서명</li>
  459. <li>#넘겨주기 문서명</li>
  460. </div>
  461. {% elif tn == 18 %}
  462. <h1 class="title">{{title}} <sub>(권한 부여)</sub></h1>
  463. <form id="usrform" method="POST" action="/admin/{{page}}">
  464. {% if now == '권한 부여' %}
  465. <select name="select">
  466. <option value="admin" selected="selected">관리자</option>
  467. <option value="ownet">소유자</option>
  468. </select>
  469. <br>
  470. <br>
  471. {% endif %}
  472. <button class="btn btn-primary" type="submit">{{now}}</button>
  473. </form>
  474. {% elif tn == 19 %}
  475. <h1 class="title">{{title}} <sub>(ACL)</sub></h1>
  476. <p>{{now}}</p>
  477. <form id="usrform" method="POST" action="/acl/{{page}}">
  478. <select name="select">
  479. <option value="admin" selected="selected">관리자만</option>
  480. <option value="user">유저 이상</option>
  481. <option value="normal">일반</option>
  482. </select>
  483. <br>
  484. <br>
  485. <button class="btn btn-primary" type="submit">ACL 변경</button>
  486. </form>
  487. {% elif tn == 20 %}
  488. <h1 class="title">{{title}}</h1>
  489. <table style="width: 100%;">
  490. <tbody>
  491. <tr>
  492. <td style="text-align: center;width:20%;">차단자</td>
  493. <td style="text-align: center;width:20%;">관리자</td>
  494. <td style="text-align: center;width:20%;">언제까지</td>
  495. <td style="text-align: center;width:20%;">왜</td>
  496. <td style="text-align: center;width:20%;">시간</td>
  497. </tr>
  498. </tbody>
  499. </table>
  500. {% autoescape false %}
  501. {{rows}}
  502. {% endautoescape %}
  503. {% elif tn == 21 %}
  504. <h1 class="title">{{title}}</h1>
  505. <div>
  506. <form action="" method=post enctype=multipart/form-data>
  507. <input type=file name=file>
  508. <input type=submit value=Upload>
  509. </form>
  510. </div>
  511. <span>{{number}}MB 이하 파일만 업로드 가능하고 파일 명에 ./\*<>|:? 들은 불가능 하며 확장자는 jpg, png, gif, jpeg만 가능 합니다.</span>
  512. {% elif tn == 22 %}
  513. <h1 class="title">{{title}}</h1>
  514. <table style="width: 100%;">
  515. <tbody>
  516. <tr>
  517. <td style="text-align: center;width:33.33%;">유저</td>
  518. <td style="text-align: center;width:33.33%;">아이피</td>
  519. <td style="text-align: center;width:33.33%;">언제</td>
  520. </tr>
  521. </tbody>
  522. </table>
  523. {% autoescape false %}
  524. {{rows}}
  525. {% endautoescape %}
  526. {% elif tn == 23 %}
  527. <div id="tool">
  528. <nav class="menu">
  529. <a class="menu-item selected" href="#" onclick="return false">{{title}}</a>
  530. <a class="menu-item" href="javascript:history.back(-1);">뒤로가기</a>
  531. </nav>
  532. </div>
  533. <h1 class="title">{{title}} <sub>(비교)</sub></h1>
  534. <div>
  535. {% autoescape false %}
  536. {{data}}
  537. {% endautoescape %}
  538. </div>
  539. {% else %}
  540. <div id="tool">
  541. <nav class="menu">
  542. <a class="menu-item selected" href="#" onclick="return false">{{title}}</a>
  543. <a class="menu-item" href="javascript:history.back(-1);">뒤로가기</a>
  544. </nav>
  545. </div>
  546. <h1 class="title">{{title}}</h1>
  547. <div>
  548. {% autoescape false %}
  549. {{data}}
  550. {% endautoescape %}
  551. </div>
  552. {% endif %}
  553. <hr id="last">
  554. <p>{% autoescape false %}{{license}}{% endautoescape %}</p>
  555. <div id="powered">
  556. <a href="https://github.com/2DU/PYnamu"><img src="{{url_for('static', filename='images/on2.png')}}" width="100px"></a>
  557. </div>
  558. </div>
  559. </div>
  560. </body>
  561. </html>