Skip to content
This repository was archived by the owner on May 13, 2018. It is now read-only.

Commit 01b7bbe

Browse files
committed
[スレッド一覧ページ]製作開始
1 parent 7c09ff3 commit 01b7bbe

File tree

3 files changed

+40
-0
lines changed

3 files changed

+40
-0
lines changed

thread/index.html

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
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>

thread/thread.css

Whitespace-only changes.

thread/thread.js

Whitespace-only changes.

0 commit comments

Comments
 (0)