-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpostthreads.html
More file actions
111 lines (95 loc) · 4.41 KB
/
Copy pathpostthreads.html
File metadata and controls
111 lines (95 loc) · 4.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Learning network</title>
<link href="css/styleforum.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="header">
<div class="main">
<div class="logo"><a href="index.html"><img src="images/logo.png" width="100px";height="75px"></a></div>
<div class="nav">
<ul>
<li><a href="Course.html">Courses<span ></span></a></li>
<li><a href="Quiz_1.1.1.html">Quiz<span></span></a></li>
<li><a href="notes_all.html.html">Forum<span class="on"></span></a></li>
<li><a href="Experiment.html">Experiment<span></span></a></li>
<li><a href="video.html">More<span></span></a></li>
</ul>
</div>
<div class="sy">
<input type="text" placeholder="search" value="search">
<button>Question</button>
</div>
<div class="tx"><a href="login.html"><img src="images/icon.png"></a></div>
</div>
</div>
<div class="main">
<div class="video">
<div class="Course">
<div class="Course_z">
<dl>
<dd><a class="Course_chapter_off" href="threads_all.html">Threads</a></dd>
<dd><a class="Course_chapter_off" href="notes_all.html">Notes</a></dd>
<dd><a class="Course_chapter_off" href="download_all.html">Download</a></dd>
</dl>
</div>
<div class="Course_y">
<div class="thtitle">
<input type="text" placeholder="type in the title of the threads">
</div>
<div class="thcontent">
<div class="fontStyle"><a href="#">
<img src="images/font1.png" >
</a></div>
<div class="fontStyle"><a href="#">
<img src="images/font2.png" >
</a></div>
<div class="fontStyle"><a href="#">
<img src="images/font3.png" >
</a></div>
<div class="fontStyle"><a href="#">
<img src="images/font4.png" >
</a></div>
<div class="fontStyle"><a href="#">
<img src="images/font5.png" >
</a></div>
<div class="fontStyle"><a href="#">
<img src="images/font6.png" >
</a></div>
<div class="fontStyle"><a href="#">
<img src="images/font7.png" >
</a></div>
<div class="fontStyle"><a href="#">
<img src="images/font8.png" >
</a></div>
<div class="thtypein">
<textarea name="textarea" placeholder="type in the content of the threads"></textarea>
</div>
<div class="thtopic1">
<p>topic choose</p>
</div>
<div class="thtopic2">
<li><select>
<option>Linear Equation</option>
<option>Matirx Algebra</option>
<option>Vector Spcace</option>
<option>Eigenvalues</option>
</select></li>
</div>
<div class="sy">
<button>submit</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="foot">
<a href="#">AboutUs</a>|
<a href="#">Contact Us</a> |
<a href="#">Help Centre</a> |
<a href="#">Terms of Service</a> | @2020- AlgebraGO.Inc All Rights reserved.
</div>
</body>