This repository was archived by the owner on May 13, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +40
-0
lines changed Expand file tree Collapse file tree 3 files changed +40
-0
lines changed Original file line number Diff line number Diff line change 1+ <!DocType HTML>
2+
3+ < HTML >
4+ < Head >
5+ < Meta Charset = "UTF-8 " />
6+ < Meta Name = "Viewport " Content = "Width=Device-Width, Initial-Scale=1, User-Scalable=No " />
7+ < Title > スレッド一覧 | Simple Thread</ Title >
8+
9+ < Script Src = "/SimpleThread/libraries/material-components-web.min.js "> </ Script >
10+ < Link Rel = "StyleSheet " Href = "/SimpleThread/libraries/material-components-web.min.css " />
11+
12+ < Script Src = "/SimpleThread/libraries/DOM Extender v3.4.js "> </ Script >
13+ < Script Src = "/SimpleThread/libraries/common/common.js "> </ Script >
14+ < Link Rel = "StyleSheet " Href = "/SimpleThread/libraries/common/common.css " />
15+
16+ < Script Src = "thread.js "> </ Script >
17+ < Link Rel = "StyleSheet " Href = "thread.css " />
18+ </ Head >
19+
20+ < Body >
21+ < Main ID = "Thread ">
22+ < Nav Class = "mdc-tab-bar ">
23+ < A Class = "mdc-tab " Href = "#searchPanel " Data-Locales = "thread.searchPanel "> スレッド検索</ A >
24+ < A Class = "mdc-tab " Href = "#admin " Data-Locales = "thread.adminPanel "> 管理中のスレッド</ A >
25+
26+ < A Class = "mdc-tab " Href = "# ">
27+ < I Class = "material-icons "> refresh</ I >
28+ </ A >
29+
30+ < Span Class = "mdc-tab-bar__indicator "> </ Span >
31+ </ Nav >
32+
33+ < Section Class = "mdc-tab__panels ">
34+ < Div ID = "searchPanel " Class = "mdc-tab__panel ">
35+ a
36+ </ Div >
37+ </ Section >
38+ </ Main >
39+ </ Body >
40+ </ HTML >
You can’t perform that action at this time.
0 commit comments